# 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 = "mdbook_katex_css_download"
version = "0.2.2"
authors = ["Steven Hé (Sīchàng) <stevensichanghe@gmail.com>"]
description = "Executable to download static CSS and fonts for mdbook-katex"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SichangHe/mdbook_katex_css_download"

[profile.release]
lto = true

[dependencies.bytes]
version = "1.4"

[dependencies.regex]
version = "1.9"

[dependencies.reqwest]
version = "0.11"

[dependencies.tokio]
version = "1.29"
features = [
    "macros",
    "rt-multi-thread",
]

[features]
native-tls-vendored = ["reqwest/native-tls-vendored"]