# 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 = "heiwa-common" version = "0.1.4" description = "A lib for the common parts of the Heiwa project" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~hidrile/heiwa-common" [dependencies.axum] version = "0.6.7" [dependencies.diesel] version = "2.1.0" features = ["postgres"] [dependencies.dotenvy] version = "0.15.7" [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.validator] version = "0.16.0" [dev-dependencies.pretty_assertions] version = "1.3.0"