| [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 = "1.14" |
| serde_yaml = "0.8" |
| walkdir = "2.3.2" |