# 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_derive" 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] proc-macro = true [dependencies.Inflector] version = "0.11.4" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.proc-macro-error] version = "1.0.2" [dependencies.proc-macro2] version = "1.0.13" [dependencies.quote] version = "1.0.6" [dependencies.regex] version = "1.3.9" optional = true [dependencies.reign_view] version = "0.2.0" optional = true [dependencies.syn] version = "1.0.22" features = ["full"] [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.version-sync] version = "0.9.0" [features] default = [] doc = [] router-backend = [] view = ["reign_view", "regex", "Inflector", "lazy_static"] view-backend = ["view", "router-backend"]