[package]
name = "rer-version"
version = { workspace = true }
description = "Version and range types matching rez's alphanumeric versioning."
edition = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
authors = { workspace = true }
license-file = { workspace = true }
[lib]
name = "rer_version"
[dependencies]
version-ranges = { workspace = true }
regex = { workspace = true }
lazy_static = { workspace = true }
rand = { workspace = true }