# 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 = "retrospective-crate-version-tagging" version = "0.1.1" authors = ["Idan Arye "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fill in GitHub release history from existing changlog entries and crates.io versions" readme = "README.md" keywords = [] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/idanarye/retrospective-crate-version-tagging.git" [profile.release] lto = true [lib] name = "retrospective_crate_version_tagging" path = "src/lib.rs" [[bin]] name = "retrospective-crate-version-tagging" path = "src/main.rs" [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crates_io_api] version = "^0.11" [dependencies.flate2] version = "1.0.34" [dependencies.gix] version = "0.66.0" [dependencies.indicatif] version = "0.17.8" [dependencies.parse-changelog] version = "^0.6" default-features = false [dependencies.reqwest] version = "^0.12" features = ["blocking"] default-features = false [dependencies.scopeguard] version = "1.2.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_yml] version = "0.0.12" [dependencies.tar] version = "^0.4" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-indicatif] version = "0.3.6" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "registry", ]