# 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 = "2018" name = "async-socket" version = "0.1.2" authors = ["Kristijan Sedlak "] description = "General-purpose asynchronous socket stream." homepage = "https://github.com/xpepermint/async-socket-rs/" documentation = "https://docs.rs/async-socket" readme = "README.md" keywords = ["async", "socket", "read", "write", "clone"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/xpepermint/async-socket-rs" [dependencies.futures] version = "0.3.17" [dev-dependencies.async-std] version = "1.10.0" features = ["unstable", "attributes"]