# 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] name = "pastebin" version = "0.17.9" authors = ["mexus "] description = "A simple pastebin service" documentation = "https://docs.rs/pastebin/" readme = "README.md" keywords = ["pastebin"] license = "MIT/Apache-2.0" repository = "https://github.com/mexus/pastebin" [dependencies.base64] version = "0.9" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.29" [dependencies.iron] version = "0.6" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "1.8" [dependencies.quick-error] version = "1.2" [dependencies.rand] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tera] version = "0.11" [dependencies.tree_magic] version = "0.2" [dev-dependencies.bson] version = "0.11" [dev-dependencies.reqwest] version = "0.8" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "mexus/pastebin"