# 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 = "meep" version = "1.0.1" authors = ["Aaron Weiss "] description = "A simple pasting service." readme = "README.md" keywords = ["pasting", "pastebin"] categories = ["web-programming"] license = "AGPL-3.0" repository = "https://github.com/aatxe/meep" [dependencies.diesel] version = "1" features = ["sqlite"] [dependencies.diesel_migrations] version = "1" [dependencies.dotenv_codegen] version = "0.15" [dependencies.fehler] version = "1.0.0-alpha.1" [dependencies.r2d2] version = "0.8" [dependencies.r2d2-diesel] version = "1.0" [dependencies.rand] version = "0.7" [dependencies.rocket] version = "0.4" [dependencies.rocket_codegen] version = "0.4" [dependencies.rocket_contrib] version = "0.4" features = ["handlebars_templates"] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.syntect] version = "3" [dependencies.toml] version = "0.5" [badges.travis-ci] repository = "aatxe/meep"