# 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 = "semantic-release-cargo" version = "2.3.74" authors = [ "Steven Bosnick ", "Eric Crosson ", ] build = "build.rs" exclude = [ "artifacts", "dist", ".envrc", "flake.lock", "flake.nix", ".github", ".gitignore", "index.d.ts", "index.js", "node_modules", "package.json", "package-lock.json", ".releaserc.json", "semantic-release-cargo", "semantic-release-cargo.darwin-arm64.node", "semantic-release-cargo.darwin-x64.node", "semantic-release-cargo.linux-x64-gnu.node", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to integrate Rust into a semantic-release workflow." readme = "README.md" keywords = [ "release", "semantic-release", "command-line-tool", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/semantic-release-cargo/semantic-release-cargo" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "semantic_release_cargo" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "semantic-release-cargo" path = "src/main.rs" [[test]] name = "listpkg" path = "tests/listpkg.rs" [[test]] name = "prepare" path = "tests/prepare.rs" [[test]] name = "verify" path = "tests/verify.rs" [[test]] name = "verify_no_env" path = "tests/verify_no_env.rs" [[test]] name = "verify_with_chdir" path = "tests/verify_with_chdir.rs" [dependencies.anyhow] version = "=1.0.89" [dependencies.cargo-config2] version = "=0.1.29" [dependencies.clap] version = "=4.5.20" features = [ "cargo", "derive", ] [dependencies.guppy] version = "=0.17.8" [dependencies.log] version = "=0.4.22" [dependencies.loggerv] version = "=0.7.2" [dependencies.napi] version = "=2.16.12" features = ["error_anyhow"] optional = true [dependencies.napi-derive] version = "=2.16.12" optional = true [dependencies.serde] version = "=1.0.210" features = ["derive"] [dependencies.serde_json] version = "=1.0.128" [dependencies.thiserror] version = "=1.0.64" [dependencies.toml_edit] version = "=0.22.22" [dependencies.url] version = "=2.5.2" features = ["serde"] [dev-dependencies.assert_matches] version = "=1.5.0" [dev-dependencies.fs_extra] version = "=1.3.0" [dev-dependencies.semver] version = "=1.0.23" [dev-dependencies.tempfile] version = "=3.13.0" [build-dependencies.napi-build] version = "=2.1.3" optional = true [features] napi-rs = [ "napi", "napi-build", "napi-derive", ]