# 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 = "tex_engine" version = "0.0.1" authors = ["Dennis Müller "] exclude = [ ".idea/*", "build.rs", "resources/*", "target/*", ] description = "A modular crate for building TeX engines" readme = "README.md" keywords = [ "tex", "latex", "rustex", ] categories = [ "compilers", "data-structures", ] license = "GPL-3.0-or-later" repository = "https://github.com/Jazzpirate/RusTeX/tree/main/tex_engine" [profile.release] opt-level = 2 lto = true [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.ahash] version = "0.8.3" [dependencies.ansi_term] version = "0.12.1" [dependencies.backtrace] version = "0.3.68" [dependencies.chrono] version = "0.4.23" [dependencies.include_dir] version = "0.7.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" features = ["kv_unstable"] [dependencies.paste] version = "1.0.13" [dev-dependencies.env_logger] version = "0.10.0"