# 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] edition = "2018" name = "pixieve-rs" version = "0.4.0" authors = ["Allen Bui ", "Hanif Bin Ariffin "] description = "Unofficial fork of an unofficial rust library for the Pixiv API." keywords = ["cute", "pixiv", "pixiv-api"] license = "MIT" repository = "https://github.com/hbina/rustpixiv" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.http] version = "0.1" [dependencies.log] version = "0.3" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.11" [dependencies.serde_urlencoded] version = "0.5" [dependencies.url] version = "2.1.1"