[package] name = "e4vc" version = "0.1.0" edition = "2021" license = "MIT or Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.72" axum = { version = "0.6.20", features = ["http2", "headers", "macros"] } base64 = "0.21.2" bb8 = "0.8.1" bb8-redis = "0.13.1" blake3 = "1.4.1" hex = "0.4.3" hyper = "0.14.27" lazy_static = "1.4.0" redis = { version = "0.23.2", features = ["tokio-comp"] } reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } sentry = { version = "0.31.5", default-features = false, features = ["backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls", "tracing", "anyhow", "tower", "tower-http"] } sentry-tracing = "*" sentry-tower = "*" serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.104" time = "0.3.25" tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.4.3", features = ["cors"] } tracing = "0.1.37" tracing-subscriber = "0.3.17"