rer-version 1.0.0-rc.3

Version and range types matching rez's alphanumeric versioning.
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 = "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"