gem_version 1.0.0

Ruby's Gem::Version comparison logic in Rust
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 = "gem_version"
version = "1.0.0"
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruby's Gem::Version comparison logic in Rust"
documentation = "https://docs.rs/gem_version"
readme = "README.md"
keywords = [
    "Ruby",
    "version",
]
license = "BSD-3-Clause"
repository = "https://github.com/schneems/gem_version"

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

[dependencies.regex]
version = "1.12"

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

[dev-dependencies.serde_json]
version = "1.0"

[lints.clippy.pedantic]
level = "warn"
priority = -1