# 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 = "textr" version = "0.3.0" description = "TeX-inspired plug-n-play interface for converting JSON documents into PDFs" homepage = "https://github.com/ghovax/textr" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ghovax/textr" [profile.dev] opt-level = 1 [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dependencies.log] version = "0.4.20" [dependencies.lopdf] version = "0.32.0" [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.owned_ttf_parser] version = "0.20.0" [dependencies.rand] version = "0.8.5" [dependencies.rand-utf8] version = "0.0.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.similar-asserts] version = "1.5.0" [dependencies.time] version = "0.3.36" [dependencies.unicode-normalization] version = "0.1.23"