[package] name = "pict-rs-aggregator" description = "A simple image aggregation service for pict-rs" version = "0.1.11" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" repository = "https://git.asonix.dog/asonix/pict-rs-aggregator" edition = "2018" build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-rt = "2.2" actix-web = { version = "4.0.0-beta.8", default-features = false } awc = { version = "3.0.0-beta.7", default-features = false } bcrypt = "0.10" mime = "0.3" minify-html = "0.6.0" opentelemetry = { version = "0.16", features = ["rt-tokio"] } opentelemetry-otlp = "0.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sled = { version = "0.34.6", features = ["zstd"] } structopt = "0.3.21" tokio = { version = "1", default-features = false, features = ["sync"] } thiserror = "1.0" tracing = "0.1" tracing-awc = { version = "0.1.0-beta.4", features = ["opentelemetry_0_16"] } tracing-error = "0.1" tracing-futures = "0.2" tracing-log = "0.1" tracing-opentelemetry = "0.15" tracing-subscriber = { version = "0.2", features = ["ansi", "fmt"] } url = { version = "2.2", features = ["serde"] } uuid = { version = "0.8.1", features = ["serde", "v4"] } [dependencies.tracing-actix-web] version = "0.4.0-beta.12" git = "https://github.com/asonix/tracing-actix-web" branch = "asonix/tracing-error-work-around" features = ["emit_event_on_error", "opentelemetry_0_16"] [build-dependencies] dotenv = "0.15.0" ructe = { version = "0.13.0", features = ["sass", "mime03"] }