# 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 = "reinda" version = "0.3.0" authors = ["Lukas Kalbertodt "] exclude = [".github"] description = """ Easily embed and manage your assets for your web application to build standalone-executables. Offers filename hashing, templating, compression and more. """ documentation = "https://docs.rs/reinda/" readme = "README.md" keywords = [ "embed", "asset", "standalone", "http", "web", ] categories = [ "caching", "filesystem", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/LukasKalbertodt/reinda/" [[example]] name = "main" required-features = ["hash"] [dependencies.ahash] version = "0.8.3" [dependencies.aho-corasick] version = "1.1" [dependencies.base64] version = "0.22.0" optional = true [dependencies.brotli] version = "5" optional = true [dependencies.bytes] version = "1" [dependencies.glob] version = "0.3.1" [dependencies.reinda-macros] version = "=0.0.4" [dependencies.sha2] version = "0.10.6" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "io-util", ] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [build-dependencies.cfg_aliases] version = "0.2.0" [features] always-prod = ["reinda-macros/always-prod"] compress = [ "dep:brotli", "reinda-macros/compress", ] default = [ "compress", "hash", ] hash = [ "dep:base64", "dep:sha2", ]