| [package] | |
| name = "hwsec-utils" | |
| version = "0.1.0" | |
| authors = ["The ChromiumOS Authors"] | |
| edition = "2021" | |
| [profile.release] | |
| lto = true | |
| panic = "abort" | |
| overflow-checks = true | |
| [dependencies] | |
| dbus = "0.9" | |
| libchromeos = { path = "../libchromeos-rs" } # provided by ebuild | |
| tempfile = "3.2.0" | |
| log = "0.4" | |
| regex = "1" | |
| hmac-sha256 = "0.1.6" | |
| [features] | |
| ti50_onboard = [] # feature has no explicit dependencies | |
| cr50_onboard = [] # feature has no explicit dependencies |