# 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_boot" 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_boot" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.7.1" [dependencies.envy] version = "0.4.1" [dependencies.serde] version = "1.0.110" [dev-dependencies.version-sync] version = "0.9.0" [features] default = [] doc = []