# 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" name = "eva-sdk" version = "0.3.60" authors = ["Serhij S. "] description = "EVA ICS v4 SDK" readme = "README.md" keywords = [ "eva-ics", "iot", "industrial", "scada", "cloud", ] license = "Apache-2.0" repository = "https://github.com/eva-ics/eva4-sdk" [package.metadata.docs.rs] features = [ "full", "eva-common/openssl-no-fips", ] [package.metadata.playground] features = [ "full", "eva-common/openssl-no-fips", ] [dependencies.async-channel] version = "1.7.1" [dependencies.async-recursion] version = "1.0.5" optional = true [dependencies.async-trait] version = "0.1.51" [dependencies.bmart] version = "0.2.2" [dependencies.busrt] version = "0.4.10" features = [ "ipc", "rpc", ] [dependencies.env_logger] version = "0.11.5" [dependencies.eva-common] version = "^0.3.78" features = [ "acl", "events", "actions", "bus-rpc", "services", "registry", "extended-value", "payload", "logger", "common-payloads", ] [dependencies.eva-sdk-derive] version = "0.1.2" [dependencies.glob-match] version = "0.2.1" optional = true [dependencies.hyper] version = "0.14.18" features = [ "client", "http1", "tcp", ] optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.19.0" [dependencies.openssl] version = "0.10.49" optional = true [dependencies.parking_lot] version = "0.12.1" package = "parking_lot_rt" [dependencies.rtsc] version = "0.3.9" [dependencies.serde] version = "1.0.143" features = [ "derive", "rc", ] [dependencies.simple-pool] version = "0.0.17" optional = true [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.ttl_cache] version = "0.5.1" [dependencies.uuid] version = "1.1.2" features = ["serde"] [features] controller = [] fs = [ "async-recursion", "glob-match", ] full = [ "controller", "pubsub", "http", "hmi", "fs", ] hmi = [] http = [ "hyper", "hyper-tls", "simple-pool", ] pubsub = [] [target."cfg(unix)".dependencies.tokio-fd] version = "0.3.0"