cargo workspaces: package.metadata.workspaces.independent = true

This commit is contained in:
folex 2020-12-31 11:06:27 +03:00
parent 8ea09b93ef
commit 5d4d0fec51
26 changed files with 78 additions and 0 deletions

View File

@ -134,3 +134,6 @@ libp2p-core = { path = "core" }
[patch.crates-io]
libp2p-core = { path = "core" }
wasm-timer = { git = "https://github.com/fluencelabs/wasm-timer", branch = "saturating_duration_since" }
[package.metadata.workspaces]
independent = true

View File

@ -53,3 +53,6 @@ prost-build = "0.6"
[features]
default = ["secp256k1"]
secp256k1 = ["libsecp256k1"]
[package.metadata.workspaces]
independent = true

View File

@ -18,3 +18,6 @@ quote = "1.0"
[dev-dependencies]
libp2p = { path = "../.." }
[package.metadata.workspaces]
independent = true

View File

@ -25,3 +25,6 @@ bincode = "1"
quickcheck = "0.9.0"
rand = "0.7.2"
serde_json = "1.0"
[package.metadata.workspaces]
independent = true

View File

@ -22,3 +22,6 @@ async-std = "1.6.2"
quickcheck = "0.9.0"
rand = "0.7.2"
rw-stream-sink = "0.2.1"
[package.metadata.workspaces]
independent = true

View File

@ -13,3 +13,6 @@ publish = false
[dependencies]
libp2p-core = { path = "../../core" }
num_cpus = "1.8"
[package.metadata.workspaces]
independent = true

View File

@ -22,3 +22,6 @@ unsigned-varint = { version = "0.4", features = ["futures-codec"] }
[dev-dependencies]
async-std = "1.6.2"
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
[package.metadata.workspaces]
independent = true

View File

@ -15,3 +15,6 @@ libp2p-core = { version = "0.20.0", path = "../../core" }
parking_lot = "0.10"
thiserror = "1.0"
yamux = "0.4.5"
[package.metadata.workspaces]
independent = true

View File

@ -19,3 +19,6 @@ async-std = "1.6.2"
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
quickcheck = "0.9"
rand = "0.7"
[package.metadata.workspaces]
independent = true

View File

@ -22,3 +22,6 @@ smallvec = "1.0"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -37,3 +37,6 @@ quickcheck = "0.9.2"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -27,3 +27,6 @@ libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -44,3 +44,6 @@ env_logger = "0.7.1"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -27,3 +27,6 @@ wasm-timer = "0.2.4"
[dev-dependencies]
get_if_addrs = "0.5.3"
[package.metadata.workspaces]
independent = true

View File

@ -36,3 +36,6 @@ sodiumoxide = "0.2.5"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -24,3 +24,6 @@ libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
libp2p-secio = { path = "../../protocols/secio" }
libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"
[package.metadata.workspaces]
independent = true

View File

@ -28,3 +28,6 @@ rand = "0.7"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -19,3 +19,6 @@ pin-project = "0.4.17"
[dev-dependencies]
quickcheck = "0.9.0"
[package.metadata.workspaces]
independent = true

View File

@ -23,3 +23,6 @@ libp2p-noise = { path = "../noise" }
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
libp2p-yamux = { path = "../../muxers/yamux" }
rand = "0.7"
[package.metadata.workspaces]
independent = true

View File

@ -50,3 +50,6 @@ async-std = "1.6.2"
criterion = "0.3"
libp2p-mplex = { path = "../../muxers/mplex" }
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
[package.metadata.workspaces]
independent = true

View File

@ -22,3 +22,6 @@ void = "1"
libp2p-mplex = { path = "../muxers/mplex" }
quickcheck = "0.9.0"
rand = "0.7.2"
[package.metadata.workspaces]
independent = true

View File

@ -13,3 +13,6 @@ categories = ["network-programming", "asynchronous"]
libp2p-core = { version = "0.20.0", path = "../../core" }
log = "0.4.1"
futures = "0.3.1"
[package.metadata.workspaces]
independent = true

View File

@ -23,3 +23,6 @@ tokio = { version = "0.2", default-features = false, features = ["tcp"], optiona
[dev-dependencies]
libp2p-tcp = { path = ".", features = ["async-std"] }
[package.metadata.workspaces]
independent = true

View File

@ -21,3 +21,6 @@ tempfile = "3.0"
[features]
default = ["async-std"]
[package.metadata.workspaces]
independent = true

View File

@ -19,3 +19,6 @@ wasm-bindgen-futures = "0.4.4"
[features]
websocket = []
[package.metadata.workspaces]
independent = true

View File

@ -25,3 +25,6 @@ webpki-roots = "0.18"
[dev-dependencies]
libp2p-tcp = { path = "../tcp", features = ["async-std"] }
[package.metadata.workspaces]
independent = true