[package] name = "bms-sm" version = "0.1.2" edition = "2021" authors = ["Avii "] repository = "https://github.com/aviinl/bms-rs" description = "Read BMS Shared Memory" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "2.4" windows = { version = "0.54", features = ["Win32_System_Memory"] }