# 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 = "djoc" version = "0.1.0" authors = ["Knut Magnus Aasrud "] description = "The Djot document compiler" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/kmaasrud/djoc" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "master" [package.metadata.vcpkg.target.aarch64-apple-darwin] install = [ "freetype", "harfbuzz[icu,graphite2]", ] triplet = "arm64-osx" [package.metadata.vcpkg.target.x86_64-apple-darwin] install = [ "freetype", "harfbuzz[icu,graphite2]", ] [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] install = [ "fontconfig", "freetype", "harfbuzz[icu,graphite2]", ] triplet = "x64-windows-static" [package.metadata.vcpkg.target.x86_64-unknown-linux-gnu] install = [ "fontconfig", "freetype", "harfbuzz[icu,graphite2]", ] [dependencies.anyhow] version = "1.0.69" [dependencies.chrono] version = "0.4.24" features = [ "std", "unstable-locales", ] default-features = false [dependencies.clap] version = "4.1.4" features = [ "cargo", "derive", "error-context", "help", "usage", "std", ] default-features = false [dependencies.dirs] version = "4.0.0" [dependencies.hayagriva] version = "0.3.0" [dependencies.jotdown] version = "0.2.0" [dependencies.katex] version = "0.4.6" features = ["duktape"] default-features = false [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tectonic] version = "0.12.0" features = [ "geturl-reqwest", "native-tls-vendored", ] default-features = false [dependencies.toml] version = "0.7.2" [dependencies.ureq] version = "2.6.2" [dependencies.url] version = "2.3.1"