# 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 = "async-tcp-channel" version = "0.1.4" authors = ["Zhongdong Yang"] include = ["/src"] description = "A low level TCP socket/stream based message channel implementation." homepage = "https://github.com/zhongdongy/async-tcp-channel" readme = "README.md" keywords = [ "async", "tcp-channel", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/zhongdongy/async-tcp-channel.git" [lib] name = "atc" path = "src/lib.rs" [[bin]] name = "client" path = "src/client.rs" test = false bench = false [[bin]] name = "server" path = "src/server.rs" test = false bench = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.queues] version = "1.1.0" [dependencies.regex] version = "1.7.3" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.uuid] version = "1.3.0" features = ["v4"]