# 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 = "gh-labelx" version = "0.1.1" authors = ["Naoki Ikeguchi "] description = "Creates issue labels on GitHub idempotently through HashiCorp Terraform." homepage = "https://github.com/siketyan/gh-labelx" readme = "README.md" license = "MIT" repository = "https://github.com/siketyan/gh-labelx.git" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.gh-config] version = "0.1" [dependencies.hcl-rs] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tempdir] version = "0.3" [dependencies.uuid] version = "1.1" features = ["v4"]