# 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.70.0" name = "ockam_transport_uds" version = "0.62.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ Unix Domain Socket (UDS) Transport for the Ockam Routing Protocol """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "network", "networking", "uds", ] categories = [ "cryptography", "asynchronous", "authentication", "network-programming", "embedded", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/implementations/rust/ockam/ockam_transport_uds" [package.metadata.cargo-machete] ignored = ["ockam_macros"] [lib] name = "ockam_transport_uds" path = "src/lib.rs" [dependencies.ockam_core] version = "^0.122.0" [dependencies.ockam_macros] version = "^0.36.0" [dependencies.ockam_node] version = "^0.135.0" [dependencies.ockam_transport_core] version = "^0.99.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.socket2] version = "0.5.6" [dependencies.tokio] version = "1.41" features = [ "rt-multi-thread", "sync", "net", "macros", "time", "io-util", ] [dependencies.tracing] version = "0.1" [features] alloc = [] default = ["std"] std = ["ockam_macros/std"]