# 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 = "mkwebfont_extract-web" version = "0.4.0" authors = ["Lymia Kanokawa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal crate for mkwebfont." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Lymia/mkwebfont" [lib] name = "mkwebfont_extract_web" path = "src/lib.rs" [[example]] name = "test_css_parser" path = "examples/test_css_parser.rs" [dependencies.anyhow] version = "1.0" [dependencies.arcstr] version = "1.2.0" [dependencies.async-recursion] version = "1.1" [dependencies.cssparser] version = "0.33" [dependencies.enumset] version = "1.1" features = ["serde"] [dependencies.glob] version = "0.3" [dependencies.lightningcss] version = "1.0.0-alpha.57" features = ["into_owned"] [dependencies.mkwebfont_common] version = "0.6.0" [dependencies.mkwebfont_fontops] version = "0.4.0" [dependencies.mkwebfont_kuchikiki] version = "0.8.2-mkwebfont" [dependencies.moka] version = "0.12" features = ["future"] [dependencies.tokio] version = "1.38" features = [ "rt-multi-thread", "sync", "macros", ] [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]