# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.66.0" name = "constant_time_eq" version = "0.3.1" authors = ["Cesar Eduardo Barros "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compares two equal-sized byte strings in constant time." documentation = "https://docs.rs/constant_time_eq" readme = "README" keywords = ["constant_time"] categories = [ "cryptography", "no-std", ] license = "CC0-1.0 OR MIT-0 OR Apache-2.0" repository = "https://github.com/cesarb/constant_time_eq" [lib] name = "constant_time_eq" path = "src/lib.rs" [[test]] name = "count_instructions" path = "tests/count_instructions.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dev-dependencies.count_instructions] version = "0.1.3" [dev-dependencies.criterion] version = "0.5.1" features = [ "cargo_bench_support", "html_reports", ] [features] count_instructions_test = []