# 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 = "reign_router" version = "0.2.1" authors = ["Pavan Kumar Sunkara "] description = "Opinionated Fullstack Web Framework in Rust" readme = "README.md" keywords = ["fullstack", "web", "framework", "reign"] categories = [] license = "MIT" repository = "https://github.com/pksunkara/reign" [package.metadata.docs.rs] all-features = true [lib] name = "reign_router" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.base64] version = "0.12.1" [dependencies.bb8-redis] version = "0.5.0" optional = true [dependencies.bincode] version = "1.2.1" [dependencies.chrono] version = "0.4.11" [dependencies.cookie] version = "0.14.0" features = [] [dependencies.futures] version = "0.3.5" [dependencies.hyper] version = "0.13.5" [dependencies.hyper-staticfile] version = "0.5.3" optional = true [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.16" [dependencies.mime_guess] version = "2.0.3" optional = true [dependencies.percent-encoding] version = "2.1.0" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.110" [dependencies.thiserror] version = "1.0.19" [dependencies.tokio] version = "0.2.21" [dependencies.url] version = "2.1.1" [dev-dependencies.reqwest] version = "0.10.4" [dev-dependencies.tokio] version = "0.2.21" features = ["macros"] [dev-dependencies.version-sync] version = "0.9.0" [features] default = [] doc = [] file-handlers = ["tokio/fs", "mime_guess", "hyper-staticfile"] session-redis = ["bb8-redis"]