bookstore 0.1.0

HTTP book storage service with built-in conversion support
[package]
name = "bookstore"
version = "0.1.0"
authors = ["Nick Parker <nick@nickbp.com>"]
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 = "0.14", default-features = false }
lazy_static = "1.4"
mime_guess = "2.0"
rust-embed = "6.3"
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"] }
urlencoding = "2.1"
warp = "0.3"