# 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 = "0.3.1" include = [ "src/**/*", "LICENSE", "README.md", ] description = "Ruby's Gem::Version comparison logic in Rust" documentation = "https://docs.rs/gem_version" readme = "README.md" keywords = [ "Ruby", "version", ] license = "MIT" repository = "https://github.com/schneems/gem_version" [dependencies.fancy-regex] version = "0.13" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.clap] version = "4.5" features = ["derive"]