# 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 = "configure-semantic-release-manifest" version = "1.0.67" authors = ["Eric Crosson "] exclude = [ "/.envrc", "/.github", "/.gitignore", "/flake.{lock,nix}", ] description = "CLI to configure your semantic-release manifest" homepage = "https://github.com/EricCrosson/configure-semantic-release-manifest" readme = "README.md" keywords = [ "cli", "semantic-release", "configure", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "configure_semantic_release_manifest" [[bin]] name = "configure-semantic-release-manifest" [dependencies.clap] version = "=4.4.2" features = [ "cargo", "derive", "wrap_help", ] [dependencies.env_logger] version = "=0.10.0" default-features = false [dependencies.find-semantic-release-config] version = "=1.0.8" [dependencies.indexmap] version = "=2.0.0" features = ["serde"] [dependencies.log] version = "=0.4.20" [dependencies.serde_json] version = "=1.0.105" features = ["preserve_order"]