version_spec 0.10.2

A specification for working with partial, full, or aliased versions. Supports semver and calver.
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"
rust-version = "1.85.0"
name = "version_spec"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A specification for working with partial, full, or aliased versions. Supports semver and calver."
homepage = "https://moonrepo.dev/proto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/moonrepo/proto"

[features]
default = []
schematic = ["dep:schematic"]

[lib]
name = "version_spec"
path = "src/lib.rs"

[[test]]
name = "calver_test"
path = "tests/calver_test.rs"

[[test]]
name = "helpers_test"
path = "tests/helpers_test.rs"

[[test]]
name = "resolved_spec_test"
path = "tests/resolved_spec_test.rs"

[[test]]
name = "unresolved_parser_test"
path = "tests/unresolved_parser_test.rs"

[[test]]
name = "unresolved_spec_test"
path = "tests/unresolved_spec_test.rs"

[dependencies.compact_str]
version = "0.9.0"
features = ["serde"]
default-features = false

[dependencies.human-sort]
version = "0.2.2"

[dependencies.regex]
version = "1.12.2"
features = ["std"]
default-features = false

[dependencies.schematic]
version = "0.19.4"
features = ["schema"]
optional = true
default-features = false

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"