# 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-glyphs" version = "0.1.1" authors = ["Dennis Müller "] exclude = [ ".idea/*", "target/*", "src/resources/missing.txt", ] description = "A crate for dealing with glyphs in TeX/pdfTeX fonts as unicode characters." readme = "README.md" keywords = [ "tex", "latex", "rustex", ] categories = [ "encoding", "data-structures", ] license = "GPL-3.0-or-later" repository = "https://github.com/Jazzpirate/RusTeX/tree/main/tex-glyphs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.array-init] version = "2.1" [dependencies.phf] version = "0.11" features = ["macros"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" features = ["kv_unstable"] [build-dependencies.array-init] version = "2" [build-dependencies.env_logger] version = "0.11" [build-dependencies.log] version = "0.4" features = ["kv_unstable"] [build-dependencies.phf] version = "0.11" default-features = false [build-dependencies.phf_codegen] version = "0.11"