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