45 lines
1.2 KiB
TOML
45 lines
1.2 KiB
TOML
# 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.6"
|
|
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"
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|
|
|
|
[dev-dependencies.count_instructions]
|
|
version = "0.1.1"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.4"
|
|
features = [
|
|
"cargo_bench_support",
|
|
"html_reports",
|
|
]
|
|
|
|
[features]
|
|
count_instructions_test = []
|