# 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 = "version_spec" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A specification for working with partial, full, or aliased versions. Supports semver and calver." homepage = "https://moonrepo.dev/proto" readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/proto" [lib] name = "version_spec" path = "src/lib.rs" [[test]] name = "calver_test" path = "tests/calver_test.rs" [[test]] name = "helpers_test" path = "tests/helpers_test.rs" [[test]] name = "resolved_spec_test" path = "tests/resolved_spec_test.rs" [[test]] name = "unresolved_parser_test" path = "tests/unresolved_parser_test.rs" [[test]] name = "unresolved_spec_test" path = "tests/unresolved_spec_test.rs" [dependencies.human-sort] version = "0.2.2" [dependencies.regex] version = "1.10.6" features = ["std"] default-features = false [dependencies.schematic] version = "0.17.2" features = ["schema"] optional = true default-features = false [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [features] default = [] schematic = ["dep:schematic"]