# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "line-stickers-scraper" version = "0.1.1" authors = ["Chen Weiguang "] description = "Executable in Rust to scrap and save LINE sticker PNGs from URL" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/guangie88/line-stickers-scraper-rs" [[bin]] name = "lss" path = "src/main.rs" [dependencies.cssparser] version = "=0.23.6" [dependencies.failure] version = "=0.1.1" [dependencies.regex] version = "=0.2.10" [dependencies.reqwest] version = "=0.8.5" [dependencies.scraper] version = "=0.6.0" [dependencies.serde] version = "=1.0.43" [dependencies.serde_derive] version = "=1.0.43" [dependencies.structopt] version = "=0.2.7" [dependencies.structopt-derive] version = "=0.2.7" [dependencies.vlog] version = "=0.1.2" [badges.codecov] repository = "guangie88/line-stickers-scraper-rs" [badges.travis-ci] repository = "guangie88/line-stickers-scraper-rs"