# 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 = "google-fonts-sources" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "finding source repositories of Google Fonts fonts" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/googlefonts/google-fonts-sources" [lib] name = "google_fonts_sources" path = "src/lib.rs" [[bin]] name = "google-fonts-sources" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.font-types] version = "0.7" features = ["serde"] [dependencies.kdam] version = "0.5.2" features = ["template"] [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.14" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.37" [dependencies.ureq] version = "2.9.7"