# 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" version = "0.2.0-alpha2" authors = ["Lymia Kanokawa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool for turning .ttf/.otf files into webfonts." readme = "README.md" keywords = ["fonts"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Lymia/mkwebfont" [lib] name = "mkwebfont" path = "src/lib.rs" [[bin]] name = "mkwebfont" path = "src/main.rs" required-features = ["binary"] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.directories] version = "5.0" optional = true [dependencies.enumset] version = "1.1" features = ["serde"] [dependencies.mkwebfont_common] version = "0.3.0" [dependencies.mkwebfont_extract-web] version = "0.1.0" [dependencies.mkwebfont_fontops] version = "0.1.0" [dependencies.ordered-float] version = "4.0" default-features = false [dependencies.roaring] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.38" features = [ "rt-multi-thread", "sync", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dependencies.unicode-blocks] version = "0.1" [dependencies.ureq] version = "2.9" optional = true [features] appimage = [] binary = [ "clap", "tracing-subscriber", ] default = [ "binary", "download-data", ] download-data = [ "directories", "ureq", ]