# 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 = "ghaction_version_gen" version = "0.14.0" authors = ["Leandro Lisboa Penz "] description = "Generate various version options as github action outputs" readme = "README.md" keywords = [ "github-action", "version-generate", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/ghaction-version-gen" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.configparser] version = "3.0.4" [dependencies.regex] version = "1.10.3" [dependencies.toml] version = "0.8.10" [dev-dependencies.tempfile] version = "3.10.0"