# 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" rust-version = "1.74" name = "secret_rs" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a library to embed a secret value into a running binary" readme = "README.md" license-file = "LICENSE" repository = "https://git.tools.mia-platform.eu/platform/libraries/secrets/secret-rs" [package.metadata.release] pre-release-commit-message = "'secret_rs' tagged to version '{{version}}'" pre-release-hook = [ "git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", "--tag-pattern", '^[0-9]+\.[0-9]+\.[0-9]+$', ] publish = false push = false tag-message = "'secret_rs' tag '{{version}}'" tag-name = "v{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = """ ## [Unreleased] ## {{version}} - {{date}}""" search = '## \[Unreleased\]' [lib] name = "secret_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.rust-ini] version = "0.21" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.zeroize] version = "1" features = ["derive"] [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.serde_json] version = "1.0.128"