1 | [package] |
2 | name = "version-compare" |
3 | version = "0.2.0" |
4 | authors = ["Tim Visee <3a4fb3964f@sinenomine.email>" ] |
5 | license = "MIT" |
6 | readme = "README.md" |
7 | homepage = "https://timvisee.com/projects/version-compare/" |
8 | repository = "https://gitlab.com/timvisee/version-compare" |
9 | documentation = "https://docs.rs/version-compare" |
10 | description = "Rust library to easily compare version numbers with no specific format, and test against various comparison operators." |
11 | keywords = ["version" , "compare" , "comparison" , "comparing" ] |
12 | categories = ["parser-implementations" , "parsing" ] |
13 | edition = "2021" |
14 | rust-version = "1.56.0" |
15 | include = ["/src" , "/examples" , "Cargo.toml" , "LICENSE" , "README.md" ] |
16 | |