# 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 = "qvet-api" version = "0.1.2" authors = ["Tom Milligan "] description = "Backend api implementation for qvet." keywords = [ "qvet", "github", "app", "ci", "qa", ] license = "MIT" repository = "https://github.com/tommilligan/qvet" resolver = "1" [lib] [dependencies.anyhow] version = "1.0.66" [dependencies.axum] version = "0.6.0" [dependencies.clap] version = "4.0.27" features = [ "std", "derive", ] default_features = false [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14.23" [dependencies.oauth2] version = "4" features = [ "reqwest", "rustls-tls", ] default_features = false [dependencies.serde] version = "1" features = ["derive"] default_features = false [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1" features = [ "sync", "signal", "macros", "rt-multi-thread", ] default_features = false [dependencies.tower-http] version = "0.3.5" features = ["trace"] default_features = false [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"