# 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 = "scrappy" version = "0.0.2" authors = ["Bevan Hunt "] description = "scrappy is the best web framework for Rust" homepage = "https://apibill.me" keywords = ["scrappy", "http", "web", "framework", "async"] categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/apibillme/scrappy" [lib] name = "scrappy" path = "src/lib.rs" [dependencies.bytes] version = "0.5.3" [dependencies.derive_more] version = "0.99.2" [dependencies.encoding_rs] version = "0.8" [dependencies.futures] version = "0.3.1" [dependencies.fxhash] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.net2] version = "0.2.33" [dependencies.open-ssl] version = "0.10" optional = true package = "openssl" [dependencies.pin-project] version = "0.4.6" [dependencies.regex] version = "1.3" [dependencies.rust-tls] version = "0.16.0" optional = true package = "rustls" [dependencies.scrappy-client] version = "0.0.1" default-features = false [dependencies.scrappy-codec] version = "0.0.1" [dependencies.scrappy-http] version = "0.0.1" [dependencies.scrappy-macros] version = "0.0.1" [dependencies.scrappy-router] version = "0.0.1" [dependencies.scrappy-rt] version = "0.0.1" [dependencies.scrappy-server] version = "0.0.1" [dependencies.scrappy-service] version = "0.0.1" [dependencies.scrappy-testing] version = "0.0.1" [dependencies.scrappy-threadpool] version = "0.0.1" [dependencies.scrappy-tls] version = "0.0.1" [dependencies.scrappy-utils] version = "0.0.1" [dependencies.scrappy-web-codegen] version = "0.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.time] version = "0.1.42" [dependencies.url] version = "2.1" [dev-dependencies.brotli2] version = "0.3.2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.flate2] version = "1.0.13" [dev-dependencies.rand] version = "0.7" [dev-dependencies.scrappy-actor] version = "0.0.1" [dev-dependencies.serde_derive] version = "1.0" [features] compress = ["scrappy-http/compress", "scrappy-client/compress"] default = ["compress", "failure"] failure = ["scrappy-http/failure"] openssl = ["scrappy-tls/openssl", "scrappy-client/openssl", "open-ssl"] rustls = ["scrappy-tls/rustls", "scrappy-client/rustls", "rust-tls"] secure-cookies = ["scrappy-http/secure-cookies"]