# 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 = "regex-charclass" version = "1.0.3" authors = ["Alexandre van Beurden"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manipulate and convert regex character classes." readme = "README.md" keywords = [ "regex", "intersection", "union", "difference", "complement", ] license = "MIT" repository = "https://github.com/alexvbrdn/regex-charclass" [lib] name = "regex_charclass" path = "src/lib.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.irange] version = "1.1.2" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.serde_json] version = "1.0" [features] serde = [ "irange/serde", "dep:serde", ]