# 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 = "ate-comms" version = "1.1.0" authors = ["Johnathan Sharratt "] description = "Provides the communication library integrates with ate" readme = "README.md" keywords = ["networking"] categories = ["networking"] license = "MIT OR Apache-2.0" repository = "https://github.com/john-sharratt/ate" [dependencies.async-trait] version = "^0.1" [dependencies.ate-crypto] version = "^1.1" default_features = false [dependencies.base64] version = "^0.13" [dependencies.bincode] version = "^1" [dependencies.bytes] version = "^1" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.derivative] version = "^2" [dependencies.error-chain] version = "^0.12" default_features = false [dependencies.fastrand] version = "^1" [dependencies.futures] version = "^0.3" [dependencies.futures-util] version = "^0.3" [dependencies.hex] version = "^0.4" [dependencies.once_cell] version = "^1" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.tracing] version = "^0.1" features = ["log"] [dependencies.tracing-futures] version = "^0.2" [dependencies.tracing-subscriber] version = "^0.2" [dependencies.url] version = "^2" [dependencies.wasmer-bus] version = "^1" features = [ "rt", "macros", ] default_features = false [dependencies.wasmer-bus-ws] version = "^1" [features] default = [ "quantum", "sys", "dns", ] dns = [ "trust-dns-proto", "trust-dns-client", ] quantum = ["ate-crypto/quantum"] sys = ["wasmer-bus-ws/sys"] [target."cfg(not(target_os = \"wasi\"))".dependencies.tokio] version = "^1" features = [ "rt", "io-util", "macros", "sync", "time", "fs", ] default_features = false [target."cfg(not(target_os = \"wasi\"))".dependencies.trust-dns-client] version = "^0.20" features = ["dnssec"] optional = true [target."cfg(not(target_os = \"wasi\"))".dependencies.trust-dns-proto] version = "^0.20" optional = true [target."cfg(target_os = \"wasi\")".dependencies.backtrace] version = "^0.3" [target."cfg(target_os = \"wasi\")".dependencies.tokio] version = "^1" features = [ "macros", "sync", ] default_features = false