# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libp2prs-traits" version = "0.2.2" authors = ["Netwarps Technologies admin@paradeum.com"] description = "Read/Write traits" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/netwarps/libp2p-rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" features = ["default", "bilock", "unstable"] [dependencies.unsigned-varint] version = "0.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.libp2prs-runtime] version = "0.2.2" features = ["async-std"]