# 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 = "mdoc" version = "0.3.0" authors = ["Knut Magnus Aasrud "] include = [ "src/**/*.html", "src/**/*.lua", "src/**/*.rs", "src/**/*.tex", ] description = "Modern PDF creation through Markdown and LaTeX" homepage = "https://github.com/kmaasrud/mdoc" license-file = "LICENSE" repository = "https://github.com/kmaasrud/mdoc" resolver = "2" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "master" [package.metadata.vcpkg.target.x86_64-apple-darwin] install = [ "freetype", "harfbuzz[icu,graphite2]", ] [package.metadata.vcpkg.target.aarch64-apple-darwin] triplet = "arm64-osx" install = [ "freetype", "harfbuzz[icu,graphite2]", ] [package.metadata.vcpkg.target.x86_64-unknown-linux-gnu] install = [ "fontconfig", "freetype", "harfbuzz[icu,graphite2]", ] [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] triplet = "x64-windows-static" install = [ "fontconfig", "freetype", "harfbuzz[icu,graphite2]", ] [profile.release] lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "4.0" [dependencies.ignore] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tectonic] version = "0.8" features = [ "geturl-reqwest", "native-tls-vendored", ] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.ureq] version = "2.4" [dependencies.url] version = "2.2"