2020-09-12 12:26:07 +00:00
|
|
|
[package]
|
|
|
|
name = "nhentairs"
|
2022-04-30 11:01:47 +00:00
|
|
|
version = "0.5.6"
|
2020-09-12 12:26:07 +00:00
|
|
|
authors = ["blank X <theblankx@protonmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
2021-01-26 17:28:11 +00:00
|
|
|
reqwest = "0.11"
|
2023-10-28 00:04:40 +00:00
|
|
|
tokio = { version = "1.33", features = ["rt-multi-thread", "sync", "time"] }
|
2023-10-28 01:51:18 +00:00
|
|
|
quick-xml = "0.31"
|