# 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 = "panrelease" version = "0.12.4" authors = ["Davide Ghilardi "] description = "Utility to release software" readme = "README.md" keywords = [ "cli", "tool", "git", "release", ] license = "MIT" repository = "https://github.com/dghilardi/panrelease" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.env_logger] version = "0.11.0" [dependencies.exitcode] version = "1.1.2" [dependencies.futures] version = "0.3.28" [dependencies.git2] version = "0.19.0" optional = true [dependencies.js-sys] version = "0.3.55" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" [dependencies.regex] version = "1.7.0" [dependencies.semver] version = "1.0.18" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.0" [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.27.0" [dependencies.toml] version = "0.8.0" [dependencies.toml_edit] version = "0.22" [dependencies.update-informer] version = "1.0.0" [dependencies.wasm-bindgen] version = "0.2.78" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.34" [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features] default = ["console_error_panic_hook"] libgit = ["git2"]