# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-raw" version = "0.0.3" authors = ["Will "] description = "Raw sockets for tokio" license = "MIT" [dependencies.futures-core] version = "0.3.4" [dependencies.libc] version = "0.2.69" [dependencies.mio] version = "0.6.21" [dependencies.socket2] version = "0.3.12" [dependencies.tokio] version = "0.2.20" features = ["io-driver"] default-features = false [dev-dependencies.anyhow] version = "1.0.28" [dev-dependencies.tokio] version = "0.2.20" features = ["macros"]