# 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 = "kayrx-test" version = "0.2.0" authors = ["Nikolay Kim ", "krircc "] description = "kayrx test library" homepage = "https://kayrx.xyz" documentation = "https://docs.rs/kayrx-test/" readme = "README.md" keywords = ["http", "web", "framework", "async", "futures"] categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/kayrx/kayrx" [dependencies.base64] version = "0.11" [dependencies.bytes] version = "0.5.3" [dependencies.env_logger] version = "0.6" [dependencies.futures] version = "0.3.1" [dependencies.http] version = "0.2.0" [dependencies.kayrx] version = "0.7" [dependencies.kayrx-macro] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.net2] version = "0.2" [dependencies.open-ssl] version = "0.10" optional = true package = "openssl" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.sha1] version = "0.6" [dependencies.slab] version = "0.4" [dependencies.time] version = "0.1" [dev-dependencies.kayrx] version = "0.7"