simpler 0.0.0

A stateless S3-compatible server for arbitrary directories
[package]
name = "simpler"
version = "0.0.0"
authors = ["Nick Parker <nick@nickbp.com>"]
license = "AGPL-3.0-or-later"
edition = "2021"
readme = "README-CRATES.md"
description = "A stateless S3-compatible server for arbitrary directories"
documentation = "https://sr.ht/~nickbp/simpler/"
homepage = "https://sr.ht/~nickbp/simpler/"
repository = "https://sr.ht/~nickbp/simpler/"
exclude = ["README.md", "Dockerfile", ".build.yml", "*.sh"]

[dependencies]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4.1", features = ["color", "derive", "string"] }
async-std = "1.10"
async-trait = "0.1"
futures-core = "0.3"
mime_guess = "2.0"
path-clean = "1.0"
serde = "1.0"
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
urlencoding = "2.1"
git-testament = "0.2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }