# 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-automata" version = "0.1.3" authors = ["Timothée Haudebourg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Finite automata definitions for the `iregex` crate." documentation = "https://docs.rs/iregex-automata" readme = "README.md" keywords = [ "regex", "dfa", "automata", "automaton", "nfa", ] categories = [ "text-processing", "data-structures", "algorithms", ] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/iregex-rs" [lib] name = "iregex_automata" path = "src/lib.rs" [dependencies.btree-range-map] version = "0.7.2" [dependencies.educe] version = "0.6.0" [dependencies.mown] version = "1.0" [dependencies.range-traits] version = "0.3.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.57" [features] dot = [] serde = [ "dep:serde", "btree-range-map/serde", ]