[package] name = "shfonts" description = "Download fonts from font-hosting sites for self-hosting." version = "0.1.0" edition = "2021" license-file = "LICENSE" readme = "README.md" homepage = "https://github.com/asartalo/shfonts" repository = "https://github.com/asartalo/shfonts" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.6", features = ["derive"] } cssparser = "0.29.6" itertools = "0.10.5" lightningcss = "1.0.0-alpha.40" minreq = { version = "2.6.0", features = ["https-rustls"] } rand = "0.8.5" url = "2.3.1" [dev-dependencies] assert_cmd = { version = "2.0.8", features = ["color"] } httpmock = "0.6.7" predicates = "2.1.5" pretty_assertions = "1.3.0" rand = "0.8.5"