[package]
edition = "2021"
name = "rer-version"
version = "1.0.0-rc.3"
authors = [
"Lorenzo Montant <lo.montant.pro@gmail.com>",
"Maxim Doucet <maxim.doucet@gmail.com>",
"Philippe Llerena<philippe.llerena@gmail.com>",
"Rémi Viette <remi.viette@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Version and range types matching rez's alphanumeric versioning."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/doubleailes/rer"
[lib]
name = "rer_version"
path = "src/lib.rs"
[[test]]
name = "test_version"
path = "tests/test_version.rs"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.10.5"
[dependencies.version-ranges]
version = "0.1"