# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "parity-multiaddr" version = "0.11.2" authors = ["dignifiedquire ", "Parity Technologies "] description = "Implementation of the multiaddr format" homepage = "https://github.com/libp2p/rust-libp2p" keywords = ["multiaddr", "ipfs"] license = "MIT" [dependencies.arrayref] version = "0.3" [dependencies.bs58] version = "0.4.0" [dependencies.byteorder] version = "1.3.1" [dependencies.data-encoding] version = "2.1" [dependencies.multihash] version = "0.13" features = ["std", "multihash-impl", "identity"] default-features = false [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0.70" [dependencies.static_assertions] version = "1.1" [dependencies.unsigned-varint] version = "0.7" [dependencies.url] version = "2.1.0" optional = true default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.serde_json] version = "1.0" [features] default = ["url"]