rustc/library/stdarch/crates/intrinsic-test/Cargo.toml
2023-09-11 11:26:34 +02:00

18 lines
350 B
TOML

[package]
name = "intrinsic-test"
version = "0.1.0"
authors = ["Jamie Cunliffe <Jamie.Cunliffe@arm.com>"]
edition = "2021"
[dependencies]
lazy_static = "1.4.0"
serde = { version = "1", features = ["derive"] }
csv = "1.1"
clap = "2.33.3"
regex = "1.4.2"
log = "0.4.11"
pretty_env_logger = "0.4.0"
rayon = "1.5.0"
diff = "0.1.12"
itertools = "0.10.1"