# 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-parser" version = "0.2.4" authors = [ "Myriad-Dreamin ", "OrangeX4 ", "mgt ", ] description = "Parser for MiTeX" homepage = "https://github.com/mitex-rs/mitex" license = "Apache-2.0" repository = "https://github.com/mitex-rs/mitex" [[bench]] name = "simple" harness = false [dependencies.mitex-glob] version = "0.2.4" [dependencies.mitex-lexer] version = "0.2.4" [dependencies.mitex-spec] version = "0.2.4" [dependencies.rowan] version = "0.15.15" [dev-dependencies.divan] version = "0.1.7" [dev-dependencies.insta] version = "1.34" [dev-dependencies.mitex-spec-gen] version = "0.2.4" [dev-dependencies.once_cell] version = "1" [lints.clippy] missing_panics_doc = "warn" missing_safety_doc = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" [lints.rust] missing_docs = "warn"