postwoman/Cargo.toml

17 lines
485 B
TOML
Raw Normal View History

2023-05-21 18:35:42 +02:00
[package]
name = "postwoman"
2023-06-21 18:25:26 +02:00
version = "0.2.0"
2023-05-21 18:35:42 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "1.0.4"
2023-05-21 18:35:42 +02:00
clap = { version = "4.3.0", features = ["derive"] }
postman_collection = "0.2.0"
regex = "1.8.4"
2023-05-21 18:35:42 +02:00
reqwest = { version = "0.11.18", features = ["json"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.1", features = ["full"] }