# 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 = "2018" name = "libp2p-bitswap" version = "0.25.1" authors = ["David Craven "] description = "Implementation of the ipfs bitswap protocol." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ipfs-rust/libp2p-bitswap" [dependencies.async-trait] version = "0.1.52" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.19" [dependencies.lazy_static] version = "1.4.0" [dependencies.libipld] version = "0.14.0" default-features = false [dependencies.libp2p] version = "0.50.0" features = ["request-response"] [dependencies.prometheus] version = "0.13.0" [dependencies.prost] version = "0.9.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.29" [dependencies.unsigned-varint] version = "0.7.1" features = [ "futures", "std", ] [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.libipld] version = "0.14.0" features = ["dag-cbor"] default-features = false [dev-dependencies.libp2p] version = "0.50.0" features = [ "tcp", "noise", "yamux", "rsa", "async-std", ] [dev-dependencies.multihash] version = "0.16.1" features = ["blake3"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.5" features = ["env-filter"] [build-dependencies.prost-build] version = "0.9.0" optional = true [features] compat = [ "prost", "prost-build", ]