# 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 = "parker" version = "0.0.0" authors = ["Lucas Pickering "] description = "Minimalist web framework for templatized rendering" license = "GPL-3.0-or-later" repository = "https://github.com/LucasPickering/parker" [dependencies.base64] version = "0.9" [dependencies.bcrypt] version = "0.2" [dependencies.bson] version = "0.12" [dependencies.error-chain] version = "0.12" [dependencies.jsonwebtoken] version = "5.0" [dependencies.mongodb] version = "0.3" [dependencies.num-traits] version = "0.1" [dependencies.parker_codegen] version = "0.0" [dependencies.pulldown-cmark] version = "0.1" default-features = false [dependencies.rocket] version = "0.4.0-rc.1" [dependencies.rocket_contrib] version = "0.4.0-rc.1" features = ["json", "tera_templates", "serve"] default-features = false [dependencies.serde] version = "1.0" features = ["derive", "rc", "std"]