# 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 = "pacesetter" version = "0.0.1" authors = ["Marco Otte-Witte "] description = "Meta-framework on top of axum" license = "MIT" [dependencies.axum] version = "0.6" [dependencies.clap] version = "4.4" [dependencies.dotenvy] version = "0.15" [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.rand] version = "0.8" [dependencies.refinery] version = "0.8" features = ["tokio-postgres"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate", ] [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-http] version = "0.4" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-panic] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", "fmt", ] [dependencies.url] version = "2.4" [dependencies.validator] version = "0.16" features = ["derive"] [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.serde_json] version = "1.0"