# 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 = "mitex-lexer" version = "0.2.4" authors = [ "Myriad-Dreamin ", "OrangeX4 ", "mgt ", ] description = "Lexer for MiTeX" homepage = "https://github.com/mitex-rs/mitex" license = "Apache-2.0" repository = "https://github.com/mitex-rs/mitex" [dependencies.ecow] version = "0.2.0" [dependencies.ena] version = "0.14.2" [dependencies.fxhash] version = "0.2.1" [dependencies.logos] version = "0.13.0" [dependencies.mitex-spec] version = "0.2.4" [dependencies.once_cell] version = "1" [dev-dependencies.divan] version = "0.1.7" [dev-dependencies.insta] version = "1.34" [dev-dependencies.mitex-spec-gen] version = "0.2.4" [lints.clippy] missing_panics_doc = "warn" missing_safety_doc = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" [lints.rust] missing_docs = "warn"