# 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" rust-version = "1.56.0" name = "version-compare" version = "0.2.0" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] include = [ "/src", "/examples", "Cargo.toml", "LICENSE", "README.md", ] description = "Rust library to easily compare version numbers with no specific format, and test against various comparison operators." homepage = "https://timvisee.com/projects/version-compare/" documentation = "https://docs.rs/version-compare" readme = "README.md" keywords = [ "version", "compare", "comparison", "comparing", ] categories = [ "parser-implementations", "parsing", ] license = "MIT" repository = "https://gitlab.com/timvisee/version-compare"