# 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 = "quadit" version = "0.1.5" authors = ["Anton Whalley "] build = false include = [ "src/**/*", "LICENSE-*", "*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A gitops tool to deploy systemd managed containers on linux using quadlets" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ubiquitous-factory/quadit" [profile.release] lto = true [lib] name = "quadit" path = "src/lib.rs" [[bin]] name = "quadit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.38" [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.quaditsync] version = "1.0.1" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-cron-scheduler] version = "0.13.0" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "env-filter", ] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.8.0" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.time] version = "0.3.36" [dev-dependencies.timer] version = "0.2.0"