# 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 = "utp-rs" version = "0.1.0-alpha.8" authors = [ "Jacob Kaufmann", "Jason Carver", ] description = "uTorrent transport protocol" readme = "README.md" keywords = ["utp"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/ethereum/utp/" [profile.test] opt-level = 3 [dependencies.async-trait] version = "0.1.64" [dependencies.delay_map] version = "0.3.0" [dependencies.futures] version = "0.3.26" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.25.0" features = [ "io-util", "rt-multi-thread", "macros", "net", "sync", "time", ] [dependencies.tracing] version = "0.1.37" features = [ "std", "attributes", "log", ] [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.tokio] version = "1.25.0" features = ["test-util"] [dev-dependencies.tracing-subscriber] version = "0.3.16"