# 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 = "cml-oxide" version = "0.0.0" description = "A ci/cd helper tool for gitops and infra help, inspired by the orginal https://github.com/iterative/cml" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] [dependencies.git-url-parse] version = "0.4.4" [dependencies.git2] version = "0.19.0" [dependencies.nanoid] version = "0.4.0" [dependencies.octocrab] version = "0.38.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.2"