# 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 = "range-parser" version = "0.1.2" authors = ["Christian Visintin "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "A rust library to parse ranges representation of any kind of numbers" homepage = "https://github.com/veeso/range-parser" readme = "README.md" keywords = [ "range", "range-parser", "generic-range", ] categories = [ "algorithms", "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/veeso/range-parser" [lib] name = "range_parser" path = "src/lib.rs" [dependencies.thiserror] version = "1" [dev-dependencies.pretty_assertions] version = "1"