# 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 = "2018" name = "figma-asset-downloader" version = "0.9.1" authors = ["Roberto Huertas "] exclude = [ ".github", ".vscode", ".pre-commit-config.yaml", "docs", "fad_manifest.toml", ] description = "Small utility to help you download Figma assets directly to your computer." readme = "README.md" keywords = [ "cli", "figma", "assets", "images", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/robertohuertasm/figma-asset-downloader" [[bin]] name = "fad" path = "./src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.41" [dependencies.console] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23.10" features = [ "jpeg", "jpeg_rayon", ] [dependencies.oxipng] version = "5.0.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scan_dir] version = "0.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.14" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.toml] version = "0.5" [badges.maintenance] status = "actively-developed"