[package] name = "eva-ics" version = "3.99.0" edition = "2021" authors = ["Sergei S. "] license = "Apache-2.0" description = "EVA ICS v4" readme = "README.md" keywords = ["eva-ics", "iot", "industrial", "scada", "cloud"] [lib] name = "eva" path = "src/lib.rs" [[bin]] name = "eva-node" path = "src/main.rs" [[bin]] name = "eva-init-registry" path = "src/init_registry.rs" [dependencies] tokio = { version = "1.15.0", features = ["full"] } yedb = { version = "0.3.1", features = ["server-embed", "elbus-rpc"] } clap = { version = "3.0.7", features = ["derive"] } elbus = { version = "0.1.20", features = ["full"] } serde_yaml = "0.8.23" serde_json = "1.0.75" colored = "2.0.0" serde = { version = "1.0.133", features = ["derive", "rc"] } glob = "0.3.0" hostname = "0.3.1" lazy_static = "1.4.0" chrono = "0.4.19" eva-common = { version = "0.1.61", features = ["acl"] } multi_log = "0.1.2" log = "0.4.14" syslog = "6.0.1" hex = "0.4.3" regex = "1.5.4" bytes = "1.1.0" bmart = { version = "0.1.9" } jemallocator = { version = "0.3.2" } async-trait = { version = "0.1.51" } async-channel = "1.6.1" rmp-serde = "1.0.0" nix = "0.23.1" atty = "0.2.14" uuid = { version = "0.8.2", features = ["serde", "v4"] } triggered = "0.1.2" [features] std-alloc = []