# 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 = "pixivcrab" version = "0.5.1" description = "A pixiv AppAPI in Rust." readme = "README.md" keywords = ["pixiv"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/WOo0W/pixivcrab-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.md5] version = "0.7" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.1.0" [dependencies.snafu] version = "0.7" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tokio] version = "1" features = ["full"]