# 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 = "quilltex" version = "0.1.0" authors = ["Tobias Binnewies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "QuillTex is an open-source Rust library designed to convert LaTeX documents into a Delta format that can be used with Quill.js and vice versa." readme = "README.md" license = "MIT" [lib] name = "quilltex" path = "src/lib.rs" [[test]] name = "convert_latex_test" path = "tests/convert_latex_test.rs" [dependencies.derive_more] version = "1.0.0" features = [ "from", "display", ] [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"