# 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 = "pixiv-api" version = "0.0.0" authors = ["Aster <192607617@qq.com>"] build = false exclude = [ "package.json", "tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "..." homepage = "https://github.com/oovm/RustTemplate" documentation = "https://docs.rs/sub_projects" readme = "readme.md" categories = ["rust-patterns"] license = "MPL-2.0" repository = "https://github.com/oovm/RustTemplate" [package.metadata.docs.rs] all-features = true [lib] name = "pixiv_api" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.9.0-alpha.1" features = ["small_rng"] [dependencies.reqwest] version = "0.12.4" features = [ "json", "cookies", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.urlencode] version = "1.0.1" [dev-dependencies] [features] default = []