# 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 = "octane" version = "0.1.2" authors = ["weegee ", "aplet123 "] description = "A web server built from the ground up." homepage = "https://github.com/OctaneWeb/Octane" readme = "README.md" license-file = "LICENSE" [dependencies.colored] version = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.octane_json] version = "0.1.2" [dependencies.octane_macros] version = "0.1.2" [dependencies.openssl] version = "0.10.30" optional = true [dependencies.tokio] version = "0.2.22" features = ["tcp", "io-util", "stream", "rt-threaded"] [dependencies.tokio-openssl] version = "0.4" optional = true [dependencies.tokio-rustls] version = "0.14.0" optional = true [features] cookies = [] default = ["faithful", "query_strings", "cookies", "url_variables", "raw_headers", "rustls"] extended_queries = [] faithful = [] openSSL = ["openssl", "tokio-openssl"] query_strings = [] raw_headers = [] rustls = ["tokio-rustls"] url_variables = []