version-compare 0.0.9

A Rust library to easily compare version numbers, and test them against various comparison operators.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "version-compare"
version = "0.0.9"
authors = ["timvisee <timvisee@gmail.com>"]
description = "A Rust library to easily compare version numbers, and test them against various comparison operators."
homepage = "https://github.com/timvisee/version-compare"
documentation = "https://docs.rs/version-compare"
readme = "README.md"
keywords = ["version", "compare", "comparison", "comparing"]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/timvisee/version-compare"

[features]
default = []
dev = []
[badges.travis-ci]
repository = "timvisee/version-compare"