# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "multistream-select" version = "0.13.0" authors = ["Parity Technologies "] description = "Multistream-select negotiation protocol for libp2p" keywords = [ "peer-to-peer", "libp2p", "networking", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.1.0" [dependencies.smallvec] version = "1.6.1" [dependencies.unsigned-varint] version = "0.7" [dev-dependencies.async-std] version = "1.6.2" features = ["attributes"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures_ringbuf] version = "0.4.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rw-stream-sink] version = "0.4.0"