rez-next-version 0.1.0

Ultra-fast version parsing and comparison with 117x performance improvement - core component of Rez-Next
Documentation
[[bin]]
name = "parser_test"
path = "src/bin/parser_test.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.lru]
version = "0.14.0"

[dependencies.once_cell]
version = "1.21"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.11"

[dependencies.rez-next-common]
default-features = false
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1.7"

[dev-dependencies.rstest]
version = "0.25"

[dev-dependencies.tempfile]
version = "3.20"

[[example]]
name = "parser_performance"
path = "examples/parser_performance.rs"

[features]
default = []
python-bindings = ["rez-next-common/python-bindings"]

[lib]
crate-type = ["rlib"]
name = "rez_next_version"
path = "src/lib.rs"

[package]
authors = ["LongHao <hal.long@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "data-structures"]
description = "Ultra-fast version parsing and comparison with 117x performance improvement - core component of Rez-Next"
documentation = "https://docs.rs/rez-next-version"
edition = "2021"
exclude = ["benches/", "tests/fixtures/"]
homepage = "https://github.com/loonghao/rez-next"
keywords = ["version", "parsing", "semver", "rez", "performance"]
license = "Apache-2.0"
name = "rez-next-version"
readme = "README.md"
repository = "https://github.com/loonghao/rez-next"
version = "0.1.0"