# 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 = "nixci" version = "1.1.0" authors = ["Sridhar Ratnakumar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Define and build CI for Nix projects anywhere" homepage = "https://omnix.page" readme = "README.md" keywords = ["nix"] license = "AGPL-3.0-only" repository = "https://github.com/juspay/omnix" [lib] name = "nixci" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.3" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5.0" [dependencies.colored] version = "2.0" [dependencies.nix_health] version = "1.0.0" [dependencies.nix_rs] version = "1.0.0" features = ["clap"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.try-guard] version = "0.2.0" [dependencies.url] version = "2.4" features = ["serde"] [dependencies.urlencoding] version = "2.1.3"