summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/intrinsic-test/Cargo.toml
blob: 5fde23c9eb7ad47139e8fc9e6cf3a4debd8e151d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "intrinsic-test"
version = "0.1.0"
authors = ["Jamie Cunliffe <Jamie.Cunliffe@arm.com>"]
edition = "2018"

[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"