# 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_core" version = "0.99.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ Generic Transport primitives. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "ockam-transport", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/implementations/rust/ockam/ockam_transport_core" [lib] name = "ockam_transport_core" path = "src/lib.rs" [dependencies.minicbor] version = "0.25.1" features = ["derive"] default-features = false [dependencies.ockam_core] version = "^0.122.0" default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] default-features = false [dependencies.url] version = "2.2" optional = true [features] alloc = [ "ockam_core/alloc", "minicbor/alloc", ] default = ["std"] no_std = ["ockam_core/no_std"] std = [ "ockam_core/std", "minicbor/std", "serde/std", "url", ]