mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 08:11:39 +00:00
Add licenses to all Cargo.toml files (#349)
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
name = "circular-buffer"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
smallvec = { git = "https://github.com/Vurich/rust-smallvec.git", branch = "array-zero" }
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-core"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bs58 = "0.2.0"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "datastore"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.7"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-dns"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libp2p-core = { path = "../core" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-floodsub"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bs58 = "0.2.0"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-identify"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-kad"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.4.7"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[features]
|
||||
default = ["libp2p-secio", "libp2p-secio-secp256k1"]
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-mplex"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.5"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "multistream-select"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-peerstore"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bs58 = "0.2.0"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-ping"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-ratelimit"
|
||||
version = "0.1.1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
aio-limited = { git = "https://github.com/paritytech/aio-limited.git" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-relay"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "rw-stream-sink"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-secio"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
asn1_der = "0.5"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-tcp-transport"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libp2p-core = { path = "../core" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-transport-timeout"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "varint"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
num-bigint = { version = "0.1.41", default-features = false }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-websocket"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libp2p-core = { path = "../core" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "libp2p-yamux"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
|
Reference in New Issue
Block a user