[package] name = "machine-check-bitmask-switch" version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Bitmask switch crate for the formal verification tool machine-check" rust-version = "1.75" [dependencies] proc-macro2 = "1.0.67" syn = { version = "2.0.37", features = ["visit-mut", "extra-traits"] } quote = "1.0.28" prettyplease = "0.2.15" syn-path = "2.0.0" num = "0.4.3"