# 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 = "libp2prs-multiaddr" version = "0.3.0" authors = ["Netwarps Technologies admin@paradeum.com"] description = "Implementation of the multiaddr format" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/netwarps/libp2p-rs" [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.2" features = ["std", "multihash-impl", "identity", "sha2"] 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.5" [dev-dependencies.bincode] version = "1" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0"