# 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 = "gl-env" version = "0.1.0" authors = ["Manuel Hutter (https://github.com/mhutter)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bulk-edit Group- and Project-level CI/CD variables in GitLab." readme = "README.md" license = "MIT" repository = "https://github.com/mhutter/gl-env" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "gl_env" path = "src/lib.rs" [[bin]] name = "gl-env" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = [ "derive", "env", ] [dependencies.diff] version = "0.1.13" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yml] version = "0.0.12" [dependencies.thiserror] version = "1.0.64" [dependencies.ureq] version = "2.10.1" features = ["json"] [dependencies.url] version = "2.5.2"