# 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 = "glushkovizer" version = "0.22.0" authors = ["Lurgrid "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Manipulation, regular expression and automaton library. Allows conversion of regular expressions into automata and analysis of automata and their orbits" readme = "README.md" keywords = [ "glushkov", "automata", "regular-expression", "regexp", ] license = "GPL-3.0" repository = "https://github.com/Lurgrid/Glushkovizer" [lib] name = "glushkovizer" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [[example]] name = "handmade" path = "examples/handmade.rs" [[example]] name = "simple_cbor" path = "examples/simple_cbor.rs" [[example]] name = "simple_json" path = "examples/simple_json.rs" [[test]] name = "automata" path = "tests/automata.rs" [[test]] name = "regex" path = "tests/regex.rs" [dependencies.cfgrammar] version = "0.13" [dependencies.lrlex] version = "0.13" [dependencies.lrpar] version = "0.13" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.serde_json] version = "1" [build-dependencies.cfgrammar] version = "0.13" [build-dependencies.lrlex] version = "0.13"