# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75.0" name = "rsiot-component-core" version = "0.0.71" description = "Типы данных для создания компонентов" readme = "README.md" keywords = [ "iot", "scada", ] categories = [ "api-bindings", "gui", "network-programming", ] license = "MIT OR Apache-2.0" [[example]] name = "single-thread" required-features = ["single-thread"] [dependencies.async-trait] version = "0.1.77" [dependencies.futures] version = "0.3.30" [dependencies.rsiot-messages-core] version = "0.0.70" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1" features = [ "macros", "sync", "rt", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "chrono", ] [features] default = [] single-thread = [] [target."cfg(any(target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "time", "rt-multi-thread", ]