# 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 = "werkbank" version = "0.2.0" description = "A set of commnon configuration for vulpo services" homepage = "https://github.com/vulpo-dev/werkbank" readme = "README.md" license = "MPL-2.0" [dependencies.async-trait] version = "0.1.57" [dependencies.clap] version = "4.0.0-rc.2" [dependencies.figment] version = "0.10.3" features = ["env"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.17" features = ["serde"] [dependencies.lru] version = "0.8.0" [dependencies.opentelemetry] version = "0.17" features = ["rt-tokio"] [dependencies.opentelemetry-otlp] version = "0.10" [dependencies.redis] version = "0.21.5" features = [ "r2d2", "tokio-comp", ] [dependencies.retainer] version = "0.3.0" [dependencies.rocket] version = "0.5.0-rc.2" features = [ "uuid", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-rustls", "macros", "postgres", "uuid", "chrono", "json", "migrate", "offline", ] default-features = false [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.17.3" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ] [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ]