[package] name = "parity-multiaddr" edition = "2018" authors = ["dignifiedquire ", "Parity Technologies "] description = "Implementation of the multiaddr format" homepage = "https://github.com/libp2p/rust-libp2p" keywords = ["multiaddr", "ipfs"] license = "MIT" version = "0.2.0" [dependencies] arrayref = "0.3" bs58 = "0.2.0" byteorder = "1.3.1" data-encoding = "2.1" multihash = { package = "parity-multihash", version = "0.1.0", path = "../multihash" } serde = "1.0.70" unsigned-varint = "0.2" [dev-dependencies] bincode = "1" bs58 = "0.2.0" data-encoding = "2" quickcheck = "0.8.1" rand = "0.6.5" serde_json = "1.0"