[package] name = "pixapi" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["pixiv", "api", "client"] description = "An API for accessing to pixiv.net" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.13", features = ["json"] } chrono = "0.4.23" md5 = "0.7.0" serde_json = "1.0.82" serde = { version = "1.0.140", features = ["derive"] } time = {version = "0.3.11", features = ["serde-well-known"]} anyhow = "1.0.70" bytes = "1.4.0" [dev-dependencies] tokio = { version = "1", features = ["full"] }