# 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" name = "rust-ipfs-bitswap" version = "0.3.3" authors = ["Rust-IPFS contributors"] description = "Bitswap protocol implementation used in ipfs" license = "MIT OR Apache-2.0" repository = "https://github.com/dariusc93/rust-ipfs" [dependencies.fnv] version = "1.0" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.hash_hasher] version = "2.0.3" [dependencies.libipld] version = "0.15" [dependencies.libp2p] version = "0.51" [dependencies.prost] version = "0.11" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.unsigned-varint] version = "0.7" default-features = false [build-dependencies.prost-build] version = "0.11" default-features = false