# 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 = "ockam_multiaddr" version = "0.67.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of multiformats.io/multiaddr" homepage = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_multiaddr" readme = "README.md" keywords = [ "ockam", "crypto", "cryptography", "network-programming", "encryption", ] categories = [ "cryptography", "asynchronous", "authentication", "network-programming", "embedded", ] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam" [lib] name = "ockam_multiaddr" path = "src/lib.rs" [[test]] name = "bench" path = "tests/bench.rs" [[test]] name = "id" path = "tests/id.rs" [dependencies.miette] version = "7.2.0" features = ["fancy-no-backtrace"] optional = true [dependencies.minicbor] version = "0.25.1" features = ["alloc"] optional = true default-features = false [dependencies.ockam_core] version = "0.122.0" features = [ "no_std", "alloc", ] default-features = false [dependencies.once_cell] version = "1.19.0" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.204" optional = true default-features = false [dependencies.tinyvec] version = "1.8.0" features = ["alloc"] [dependencies.unsigned-varint] version = "0.8.0" [dev-dependencies.bincode] version = "1.1.3" [dev-dependencies.multiaddr] version = "0.18" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.133" [features] cbor = ["minicbor"] default = ["std"] std = [ "ockam_core/std", "unsigned-varint/std", "serde?/std", "minicbor/std", "miette", ]