# 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 = "mtcp-rs" version = "0.1.11" description = "Provides a “blocking” implementation of TcpListener and TcpStream with proper timeout and cancellation support." homepage = "https://crates.io/crates/mtcp-rs" documentation = "https://docs.rs/mtcp-rs/latest/index.html" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/dEajL3kA/mtcp" [[example]] name = "mtcp_client" [[example]] name = "mtcp_server" [dependencies.lazy_rc] version = "0.1.3" [dependencies.log] version = "0.4.17" [dependencies.mio] version = "0.8.6" features = [ "os-poll", "net", ] [dependencies.spare_buffer] version = "0.1.1" [dev-dependencies.crossbeam-channel] version = "0.5.6" [dev-dependencies.ctrlc] version = "3.2.4" [dev-dependencies.dns-lookup] version = "1.0.8" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.num_cpus] version = "1.15.0" [dev-dependencies.regex] version = "1.7.1"