# 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" rust-version = "1.56" name = "version-number" version = "0.4.0" authors = ["Martijn Gribnau "] description = "Two and three component 'major.minor' and 'major.minor.patch' version number parsing" readme = "README.md" keywords = [ "version", "semver", "version-core", "semver-shorthand", "rust-version", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/version-number" [package.metadata.release] tag-name = "v{{version}}" [lib] bench = false [[bench]] name = "modular" harness = false [dependencies.semver] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.yare] version = "1"