{
  "cksum": "24bb1d11f1f4bacae15eba253a61f6444e7413178d251363ec9ecf49bd5434a9",
  "crate_file": "rsiot-0.0.46.crate",
  "crate_url": "https://static.crates.io/crates/rsiot/rsiot-0.0.46.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.33",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-component-core",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-env-vars",
      "optional": true,
      "req": "^0.0.45",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-extra-components",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-http-client",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-http-client-wasm",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-http-server",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-influxdb",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-leptos",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-logging",
      "optional": false,
      "req": "^0.0.45",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-messages-core",
      "optional": false,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-modbus-client",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-plc",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-redis-client",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-surrealdb",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-timescaledb-storing",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-websocket-client",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-websocket-client-wasm",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsiot-websocket-server",
      "optional": true,
      "req": "^0.0.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "sync",
        "rt",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.36.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.5.0",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "components": [
      "dep:tokio",
      "dep:rsiot-extra-components",
      "dep:rsiot-component-core"
    ],
    "env-vars": [
      "dep:rsiot-env-vars"
    ],
    "http-client": [
      "components",
      "dep:rsiot-http-client"
    ],
    "http-client-wasm": [
      "components",
      "dep:rsiot-http-client-wasm"
    ],
    "http-server": [
      "components",
      "dep:rsiot-http-server"
    ],
    "influxdb": [
      "components",
      "dep:rsiot-influxdb"
    ],
    "leptos": [
      "components",
      "dep:rsiot-leptos"
    ],
    "modbus-client": [
      "components",
      "dep:rsiot-modbus-client"
    ],
    "plc": [
      "components",
      "dep:rsiot-plc"
    ],
    "redis-client": [
      "components",
      "dep:rsiot-redis-client"
    ],
    "single-thread": [
      "rsiot-component-core?/single-thread",
      "rsiot-extra-components?/single-thread",
      "rsiot-http-client?/single-thread",
      "rsiot-http-client-wasm?/single-thread",
      "rsiot-http-server?/single-thread",
      "rsiot-influxdb?/single-thread",
      "rsiot-leptos?/single-thread",
      "rsiot-modbus-client?/single-thread",
      "rsiot-plc?/single-thread",
      "rsiot-redis-client?/single-thread",
      "rsiot-surrealdb?/single-thread",
      "rsiot-timescaledb-storing?/single-thread",
      "rsiot-websocket-client?/single-thread",
      "rsiot-websocket-client-wasm?/single-thread",
      "rsiot-websocket-server?/single-thread"
    ],
    "surrealdb": [
      "components",
      "dep:rsiot-surrealdb"
    ],
    "timescaledb-storing": [
      "components",
      "dep:rsiot-timescaledb-storing"
    ],
    "websocket-client": [
      "components",
      "dep:rsiot-websocket-client"
    ],
    "websocket-client-wasm": [
      "components",
      "dep:rsiot-websocket-client-wasm"
    ],
    "websocket-server": [
      "components",
      "dep:rsiot-websocket-server"
    ]
  },
  "index_path": "rs/io/rsiot",
  "name": "rsiot",
  "pubtime": "2024-02-07T12:25:52Z",
  "rust_version": "1.75.0",
  "v": 2,
  "vers": "0.0.46",
  "yanked": false
}
