nu_plugin_inc 0.111.0

A version incrementer plugin for Nushell
Documentation
# 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 = "2024"
name = "nu_plugin_inc"
version = "0.111.0"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A version incrementer plugin for Nushell"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc"

[lib]
name = "nu_plugin_inc"
path = "src/lib.rs"
doctest = false
bench = false

[[bin]]
name = "nu_plugin_inc"
path = "src/main.rs"
bench = false

[dependencies.nu-plugin]
version = "0.111.0"

[dependencies.nu-protocol]
version = "0.111.0"
features = ["plugin"]

[dependencies.semver]
version = "1.0"