parity-multiaddr 0.4.1

Implementation of the multiaddr format
Documentation
# 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.4.1"
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "Parity Technologies <admin@parity.io>"]
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.2.0"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.bytes]
version = "0.4.12"

[dependencies.data-encoding]
version = "2.1"

[dependencies.multihash]
version = "0.1.0"
package = "parity-multihash"

[dependencies.serde]
version = "1.0.70"

[dependencies.unsigned-varint]
version = "0.2"

[dependencies.url]
version = "1.7.2"
default-features = false
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.bs58]
version = "0.2.0"

[dev-dependencies.data-encoding]
version = "2"

[dev-dependencies.quickcheck]
version = "0.8.1"

[dev-dependencies.rand]
version = "0.6.5"

[dev-dependencies.serde_json]
version = "1.0"