about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-gen-arm/Cargo.toml
blob: de24335a52e86ef22d97103d540f99ff4abf05b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "stdarch-gen-arm"
version = "0.1.0"
authors = ["Luca Vizzarro <luca.vizzarro@arm.com>",
        "Jamie Cunliffe <Jamie.Cunliffe@arm.com>",
        "Adam Gemmell <Adam.Gemmell@arm.com",
        "Jacob Bramley <jacob.bramley@arm.com>",
        "James Barford-Evans <james.barford-evans@arm.com>"]
license = "MIT OR Apache-2.0"
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.14.0"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "3.2.0", default-features = false, features = ["macros"] }
serde_yaml = "0.8"
walkdir = "2.3.2"