# 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 = "libp2p-helper" version = "0.6.0" authors = ["Darius Clark"] exclude = [".gitignore"] description = "A small set of utilities for libp2p" readme = "README.md" keywords = [ "libp2p", "p2p", "networking", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/dariusc93/libp2p-helper" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.51" default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.libp2p] version = "0.51" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "floodsub", "gossipsub", ] floodsub = ["libp2p/floodsub"] gossipsub = ["libp2p/gossipsub"]