# 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 = "shfonts" version = "0.1.0" description = "Download fonts from font-hosting sites for self-hosting." homepage = "https://github.com/asartalo/shfonts" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/asartalo/shfonts" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.cssparser] version = "0.29.6" [dependencies.itertools] version = "0.10.5" [dependencies.lightningcss] version = "1.0.0-alpha.40" [dependencies.minreq] version = "2.6.0" features = ["https-rustls"] [dependencies.rand] version = "0.8.5" [dependencies.url] version = "2.3.1" [dev-dependencies.assert_cmd] version = "2.0.8" features = ["color"] [dev-dependencies.httpmock] version = "0.6.7" [dev-dependencies.predicates] version = "2.1.5" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5"