# 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.59.0" name = "multiaddr" version = "0.18.2" authors = [ "dignifiedquire ", "Parity Technologies ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the multiaddr format" readme = "README.md" keywords = [ "multiaddr", "ipfs", ] license = "MIT" repository = "https://github.com/multiformats/rust-multiaddr" [package.metadata.docs.rs] all-features = true [lib] name = "multiaddr" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.arrayref] version = "0.3" [dependencies.byteorder] version = "1.5.0" [dependencies.data-encoding] version = "2.6.0" [dependencies.libp2p-identity] version = "0.2.9" features = ["peerid"] [dependencies.multibase] version = "0.9.1" [dependencies.multihash] version = "0.19" [dependencies.percent-encoding] version = "2.3.1" [dependencies.serde] version = "1.0.209" [dependencies.static_assertions] version = "1.1" [dependencies.unsigned-varint] version = "0.8" [dependencies.url] version = "2.5.0" optional = true default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.quickcheck] version = "1.0.3" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0" [features] default = ["url"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(nightly)"]