# 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 = "pixrs" version = "0.2.0" description = "Pixiv AJAX API in Rust" readme = "README.md" keywords = ["pixiv"] license = "MIT" repository = "https://github.com/ShadowRZ/pixrs" [dependencies.async-stream] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "charset", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["parsing"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]