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

28 lines
696 B
TOML

[package]
name = "rustypipe-codegen"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
rustypipe = { path = "../" }
reqwest.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
futures.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
once_cell.workspace = true
regex.workspace = true
path_macro.workspace = true
anyhow.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
phf_codegen.workspace = true
indicatif.workspace = true
num_enum = "0.7.2"
intl_pluralrules = "7.0.2"
unic-langid = "0.9.1"
ordered_hash_map = { version = "0.4.0", features = ["serde"] }