# 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 = "release-oxc" version = "0.0.1" authors = ["Boshen "] description = "Oxc release management" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/Boshen/cargo-release-oxc" [lib] doctest = false [[bin]] name = "cargo-release-oxc" path = "src/main.rs" test = false [dependencies.anyhow] version = "1.0.81" [dependencies.bpaf] version = "0.9.11" features = [ "derive", "batteries", ] [dependencies.cargo_metadata] version = "0.18.1" [dependencies.git-cliff-core] version = "2.2.0" features = ["repo"] default-features = false [dependencies.glob] version = "0.3.1" [dependencies.semver] version = "1.0.22" [dependencies.toml_edit] version = "0.22.9" features = ["parse"]