# 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 = "tet-multiaddr" version = "0.11.0" authors = ["dignifiedquire ", "Parity Technologies ", "Tetcoin Developers "] description = "Implementation of the tet-multiaddr format" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tet-libp2p-core" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/tetcoin/tet-libp2p" [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.6" [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"]