# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pastor" version = "0.13.2" authors = ["Max Audron ", "Lorenz Leitner "] include = ["static/**/*", "templates/**/*", "src/**/*", "Cargo.toml"] description = "The pastebin that hopefully doesn't suck" homepage = "https://gitlab.com/cocainefarm/pastor" documentation = "https://docs.rs/pastor" readme = "README.txt" license = "ISC" repository = "https://gitlab.com/cocainefarm/pastor" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" [dependencies.chrono] version = "0.4" [dependencies.magic] version = "0.13.0-alpha.3" [dependencies.mime_guess] version = "2" [dependencies.multer] version = "2" features = ["tokio-io"] [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.rand] version = "0.8" [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sled] version = "0.34" [dependencies.syntect] version = "4" [dependencies.tera] version = "1" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.once_cell] version = "1" [build-dependencies.glob] version = "0.3" [build-dependencies.grass] version = "0.10" [features] bench = [] default = ["magic_static"] magic_static = []