rsParser-r/Cargo.toml
2023-09-17 01:30:07 +08:00

22 lines
515 B
TOML

[package]
name = "rsParser-r"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "4.4.3", features = ["derive","cargo"]}
ndarray = { version = "0.15.6", features = ["rayon"] }
rayon = "1.7.0"
nom = "7.1.3"
nom-derive = "0.10.1"
serde = {version = "1.0.188",features = ["derive"]}
serde_json = "1.0.107"
flate2 = "1.0.27"
indoc = "2.0.3"
num-traits = "0.2.16"
thiserror = "1.0.48"
anyhow = "1.0.75"