# 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 = "swc-css-fonts-dl" version = "0.0.3" authors = ["Tony Wu "] publish = ["crates-io"] description = "Download remote fonts referenced in stylesheets" homepage = "https://github.com/tonywu6/swc-css-fonts-dl" documentation = "https://docs.rs/swc-css-fonts-dl" readme = "README.md" keywords = [ "swc", "css", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tonywu6/swc-css-fonts-dl" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.2" features = [ "derive", "default", ] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.relative-path] version = "1.9.2" [dependencies.reqwest] version = "0.11.24" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.swc_core] version = "0.90.17" features = [ "common", "css_ast", "css_parser", "css_codegen", "css_visit", "common_tty", ] [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.url] version = "2.5.0" [dev-dependencies.insta] version = "1.36.1" [dev-dependencies.swc_core] version = "0.90.17" features = ["testing"]