# 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_common" version = "0.6.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_common" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.blake3] version = "1.5" features = ["pure"] [dependencies.directories] version = "5.0" [dependencies.tokio] version = "1.38" features = [ "rt-multi-thread", "sync", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.ureq] version = "2.9" [dependencies.wyrand] version = "=0.2.0" features = ["wyhash"] [dependencies.zstd] version = "0.13" features = ["zstdmt"]