[package] name = "cml-oxide" version = "0.0.0" edition = "2021" description = "A ci/cd helper tool for gitops and infra help, inspired by the orginal https://github.com/iterative/cml" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" clap = { version = "4.5.3", features = ["derive", "env"] } git-url-parse = "0.4.4" git2 = "0.19.0" nanoid = "0.4.0" octocrab = "0.38.0" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" thiserror = "1.0.63" tokio = { version = "1.36.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" url = "2.5.2"