This repository has been archived on 2026-05-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/codegen/Cargo.toml
2022-11-05 19:53:36 +01:00

22 lines
530 B
TOML

[package]
name = "rustypipe-codegen"
version = "0.1.0"
edition = "2021"
[dependencies]
rustypipe = {path = "../"}
reqwest = "0.11.11"
tokio = {version = "1.20.0", features = ["macros", "rt-multi-thread"]}
futures = "0.3.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_with = "2.0.0"
anyhow = "1.0"
log = "0.4.17"
env_logger = "0.9.0"
clap = { version = "3.2.16", features = ["derive"] }
phf_codegen = "0.11.1"
once_cell = "1.12.0"
fancy-regex = "0.10.0"
indicatif = "0.17.0"
num_enum = "0.5.7"