[package] name = "pwman-f2e" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1" minicbor = { version = "0.20", features = ["alloc", "std", "derive", "half"] } privdrop = "0.5" rand = "0.8" uhid-virt = "0.0.6" [profile.release] lto = "fat" overflow-checks = true [profile.test] lto = "fat" overflow-checks = true [profile.dev] lto = "off" overflow-checks = true