blob: 271b16e604cb1bd8e290c02d4ac82766dccb7952 [file] [log] [blame]
# 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.59"
name = "constant_time_eq"
version = "0.2.4"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
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"
resolver = "2"
[[bench]]
name = "bench"
harness = false
[dev-dependencies.criterion]
version = "0.3"
features = [
"cargo_bench_support",
"html_reports",
]