# 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 = "reception" version = "0.1.2" authors = ["Kamil Rusin "] include = [ "/src", "LICENSE.txt", ] description = "A Rust library for creating TCP listeners that spawns clients providing model abstraction layer." homepage = "https://github.com/nathiss/reception" readme = "README.md" keywords = [ "tokio", "service", "networking", "listener", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/nathiss/reception" [dependencies.async-trait] version = "0.1.72" [dependencies.cancellable] version = "0.3.0" [dependencies.fastrand] version = "2.0.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.humantime-serde] version = "1.1.1" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.170" features = ["derive"] [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = [ "net", "sync", "time", "parking_lot", ] [dependencies.tokio-tungstenite] version = "0.20.0" [dependencies.tokio-util] version = "0.7.8" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.ctor] version = "0.2.3" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.log] version = "0.4.19" [dev-dependencies.pin-project] version = "1.1.2" [dev-dependencies.tokio] version = "1.29.1" features = [ "net", "time", "rt", "io-util", ] [dev-dependencies.tokio-tungstenite] version = "0.20.0" features = ["native-tls"]