# 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" rust-version = "1.66.1" name = "iregex" version = "0.1.3" authors = ["Timothée Haudebourg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Intermediate representation for Regular Expressions." documentation = "https://docs.rs/iregex" readme = "README.md" categories = ["text-processing"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/iregex-rs" [lib] name = "iregex" path = "src/lib.rs" [[test]] name = "matching" path = "tests/matching.rs" [dependencies.iregex-automata] version = "0.1.3" [dev-dependencies.iregex-automata] version = "0.1.3" features = ["dot"] [features] serde = ["iregex-automata/serde"]