[package] name = "bookstore" version = "0.1.1" authors = ["Nick Parker "] license-file = "LICENCE.md" edition = "2021" readme = "README-CRATES.md" description = "HTTP book storage service with built-in conversion support" documentation = "https://sr.ht/~nickbp/bookstore/" homepage = "https://sr.ht/~nickbp/bookstore/" repository = "https://sr.ht/~nickbp/bookstore/" exclude = ["README.md", "Dockerfile", ".build.yml", "*.sh"] [dependencies] anyhow = "1.0" bytes = "1.4" chrono = "0.4" clap = { version = "4.3", features = ["derive", "env"] } futures-util = { version = "0.3", default-features = false } hyper = { version = "1.0", default-features = false } lazy_static = "1.4" mime_guess = "2.0" rust-embed = "8.0" serde = { version = "1.0", features = ["derive"] } tera = { version = "1.15", default-features = false } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } warp = "0.3"