[package] name = "chipfuzz" version = "0.0.0" edition = "2018" description = "The host application fuzzer to automatically find side-channel (timing) vulnerabilities in embedded code running on real hardware.." repository = "https://gitlab.com/ctap2-authenticator/chipfuzz" license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/chipfuzz" keywords = ["cortex-m", "fuzzing", "constant-time", "cryptography"] categories = ["embedded", "cryptography", "development-tools::testing"] authors = ["Leon Tan "] [dependencies]