# 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" name = "verver" version = "0.0.1" description = "Utilities for parsing, comparing, and manipulating version numbers and ranges" readme = "README.md" license = "MIT" repository = "https://github.com/zharinov/verver" [profile.dev.package.insta] opt-level = 3 [dependencies.winnow] version = "0.4.7" [dev-dependencies.insta] version = "1.35.1" features = ["yaml"] [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.serde] version = "1.0.197"