# 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_udp" version = "0.77.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ UDP Transport for the Ockam Routing Protocol. """ homepage = "https://github.com/ockam-network/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "network", "networking", "udp", ] categories = [ "cryptography", "asynchronous", "authentication", "network-programming", "embedded", ] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_transport_udp" [lib] name = "ockam_transport_udp" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.minicbor] version = "0.25.1" features = ["derive"] default-features = false [dependencies.ockam_core] version = "^0.122.0" default-features = false [dependencies.ockam_node] version = "^0.135.0" [dependencies.ockam_transport_core] version = "^0.99.0" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1.41.0" features = [ "rt-multi-thread", "sync", "net", "macros", "time", "io-util", ] [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.ockam_macros] version = "^0.36.0" [features] alloc = ["minicbor/alloc"] default = ["std"] std = [ "ockam_macros/std", "minicbor/std", ]