# 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 = "actix-net" version = "0.3.0" authors = ["Nikolay Kim "] exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] description = "Actix net - framework for the compisible network services for Rust (experimental)" homepage = "https://actix.rs" documentation = "https://docs.rs/actix-net/" readme = "README.md" keywords = ["network", "framework", "async", "futures"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-net.git" [dev-dependencies.actix-codec] version = "0.1.0" [dev-dependencies.actix-rt] version = "0.1.0" [dev-dependencies.actix-server] version = "0.2.0" features = ["ssl"] [dev-dependencies.actix-service] version = "0.2.0" [dev-dependencies.env_logger] version = "0.5" [dev-dependencies.futures] version = "0.1.24" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.tokio-openssl] version = "0.3"