# 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-standalone" version = "0.1.5" authors = ["Tom Milligan "] include = [ "/src", "/include", ] description = "Single binary artefact for qvet." keywords = [ "qvet", "github", "app", "ci", "qa", ] license = "MIT" repository = "https://github.com/tommilligan/qvet" resolver = "1" [package.metadata.workspaces] independent = true [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.axum] version = "0.6.0" [dependencies.http] version = "0.2.8" [dependencies.include_dir] version = "0.7.3" [dependencies.mime_guess] version = "2.0.4" [dependencies.qvet-api] version = "0.1.2" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default_features = false [dependencies.tracing] version = "0.1.37"