# 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 = "keynesis-network" version = "0.3.1" authors = ["Nicolas Di Prima "] exclude = [".gitignore"] description = "network library leveraging keynesis" homepage = "https://github.com/primetype/keynesis" documentation = "https://docs.rs/keynesis-network" readme = "README.md" keywords = ["cryptography"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/primetype/keynesis" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.keynesis-core] version = "1.1.0" [dependencies.rand_core] version = "0.6" [dependencies.tokio] version = "1.14" features = ["io-util", "net"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2"