[package] name = "chipfuzz_probe" version = "0.0.0" edition = "2018" description = "The device side of the 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_probe" keywords = ["no-std", "cortex-m", "fuzzing", "constant-time", "cryptography"] categories = ["embedded", "no-std", "cryptography", "development-tools::testing"] authors = ["Leon Tan "] [dependencies]