# 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 = "2018" name = "semver_rs" version = "0.2.0" authors = ["gngeorgiev "] description = "Semantic version parsing and comparison based on NPM's node-semver package." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/gngeorgiev/semver_rs" [profile.bench] debug = true [[bench]] name = "version" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.unicase] version = "2.6.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [features] default = [] [badges.travis-ci] branch = "master" repository = "gngeorgiev/semver_rs"