hanimers/Cargo.toml

20 lines
497 B
TOML
Raw Permalink Normal View History

2021-02-02 16:52:15 +00:00
[package]
name = "hanimers"
2022-04-30 11:30:36 +00:00
version = "0.1.9"
2021-02-02 16:52:15 +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]
2022-04-30 11:30:36 +00:00
tokio = { version = "1.18", features = ["rt"] }
2021-02-02 16:52:15 +00:00
reqwest = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
quick-xml = "0.22"
2022-04-30 11:30:36 +00:00
clap = { version = "3.1", features = ["std"], default-features = false }
regex = "1.5"