# 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 = "tcpr" version = "0.1.3" description = "Ergonomic TCP Client/Server" readme = "README.md" keywords = ["tcp"] license = "MIT" repository = "https://gitlab.com/robertlopezdev/tcpr" [lib] doctest = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.tokio] version = "1.38.0" features = [ "rt", "net", "sync", "time", "macros", "io-util", "rt-multi-thread", ]