# 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 = "prange2" version = "3.0.0" authors = ["Gerrit Viljoen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse numeric ranges for indexing" homepage = "https://gitlab.com/d5b4b2/prange" documentation = "https://docs.rs/prange2" readme = "readme.md" keywords = [ "parse", "range", ] categories = [ "command-line-interface", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/d5b4b2/prange" [lib] name = "prange2" path = "src/lib.rs" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1"