# 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 = "workspace-node-tools" version = "2.0.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Node workspace version tools" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/websublime/workspace-node-tools" resolver = "2" [lib] name = "workspace_node_tools" path = "src/lib.rs" [[bin]] name = "workspace-node-tools" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.execute] version = "0.2.13" [dependencies.git-cliff-core] version = "2.6.0" [dependencies.icu] version = "1.5.0" [dependencies.napi] version = "2.16.11" features = [ "napi9", "serde-json", "tokio_rt", ] optional = true default-features = false [dependencies.napi-derive] version = "2.16.12" optional = true [dependencies.petgraph] version = "0.6.5" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.version-compare] version = "0.2" [dependencies.wax] version = "0.6.0" features = ["walk"] [build-dependencies.vergen] version = "8.3.2" features = [ "build", "cargo", "git", "gitcl", "rustc", "si", ] [features] customfeature = [ "napi", "napi-derive", ]