# 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_view" version = "0.2.1" authors = ["Pavan Kumar Sunkara "] exclude = ["src/views"] 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_view" path = "src/lib.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.hyper] version = "0.13.6" optional = true [dependencies.maplit] version = "1.0.2" [dependencies.mime] version = "0.3.16" optional = true [dependencies.proc-macro2] version = "1.0.13" [dependencies.quote] version = "1.0.6" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.110" optional = true [dependencies.serde_json] version = "1.0.53" optional = true [dependencies.syn] version = "1.0.22" features = ["full"] [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.reqwest] version = "0.10.4" [dev-dependencies.serde] version = "1.0.110" features = ["derive"] [dev-dependencies.tokio] version = "0.2.21" features = ["macros"] [dev-dependencies.version-sync] version = "0.9.0" [features] default = [] doc = [] view-backend = ["hyper", "mime", "serde", "serde_json"]