# 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 = "2018" name = "net_sync_tokio" version = "0.2.1" description = "a pure-rust asynchronous network synchronization crate (using tokio) that recreates familiar asynchronous paradigms but in a network context" license-file = "LICENSE" repository = "https://github.com/tbraun96/net_sync" [dependencies.anyhow] version = "1.0.42" [dependencies.async-trait] version = "0.1.51" [dependencies.bincode2] version = "2.0.1" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.16" [dependencies.log] version = "0.4.8" features = ["std", "max_level_info", "release_max_level_info"] [dependencies.parking_lot] version = "0.11.1" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.tokio] version = "1.10.0" features = ["net", "macros", "rt", "time", "io-util", "parking_lot"] [dependencies.tokio-util] version = "0.6.7" features = ["codec"] [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.parking_lot] version = "0.11.1" features = ["deadlock_detection"]