# 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 = "2018" name = "toothpaste" version = "0.3.4" description = "A pastebin written in Rust" license = "MIT" [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies.askama] version = "~0.10" features = ["with-tide"] [dependencies.askama_tide] version = "~0.13" [dependencies.async-std] version = "~1.10" features = ["attributes"] [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.clru] version = "~0.5" [dependencies.dotenv] version = "~0.15" [dependencies.fast_log] version = "~1.3" [dependencies.fnv] version = "~1.0" [dependencies.futures] version = "~0.3" [dependencies.http] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.nanoid] version = "~0.4" [dependencies.rbatis] version = "~2.1" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde-aux] version = "~3.0" [dependencies.serde_json] version = "~1.0" [dependencies.structopt] version = "~0.3" [dependencies.syntect] version = "~4.6" [dependencies.tide] version = "~0.16"