# 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 = "easy-server" version = "0.7.0" authors = ["circumspect <40770208+circumspect@users.noreply.github.com>"] description = "Easily build a TCP server with tokio" homepage = "https://github.com/circumspect/easy-server/" readme = "README.md" license = "MIT" repository = "https://github.com/circumspect/easy-server/" resolver = "1" [lib] name = "easy_server" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.24" features = [ "macros", "net", "rt", ] [dependencies.tokio-serde] version = "0.8" features = ["json"] [dependencies.tokio-util] version = "0.7" features = ["codec"]