libversion 0.3.2

Advanced version string comparison algorithm
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.88"
name = "libversion"
version = "0.3.2"
authors = ["Dmitry Marakasov <amdmi3@amdmi3.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced version string comparison algorithm"
readme = "README.md"
keywords = [
    "version",
    "comparison",
]
categories = ["algorithms"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/repology/libversion-rs"

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

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

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

[[bench]]
name = "comparison"
path = "benches/comparison.rs"
harness = false

[dependencies.bitflags]
version = "2.11.1"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.itertools]
version = "0.14.0"

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

[lints.clippy]
uninlined_format_args = "warn"