Files
rust-libp2p/misc/multiaddr/Cargo.toml
Pierre Krieger b4345ee8ba Bump to 0.7.0 (#1081)
* Bump to 0.7.0

* Update CHANGELOG.md

Co-Authored-By: tomaka <pierre.krieger1708@gmail.com>

* Update for #1078

* New version of multihash and multiaddr as well
2019-04-23 13:03:29 +02:00

28 lines
682 B
TOML

[package]
name = "parity-multiaddr"
edition = "2018"
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"
version = "0.4.0"
[dependencies]
arrayref = "0.3"
bs58 = "0.2.0"
byteorder = "1.3.1"
bytes = "0.4.12"
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"