tacet-core 0.3.2

Core statistical analysis for timing side-channel detection (no_std)
Documentation
# 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.90"
name = "tacet-core"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core statistical analysis for timing side-channel detection (no_std)"
documentation = "https://docs.rs/tacet-core"
readme = "README.md"
keywords = [
    "security",
    "cryptography",
    "timing",
    "side-channel",
    "no_std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MPL-2.0"
repository = "https://github.com/agucova/tacet"

[features]
default = ["std"]
parallel = [
    "std",
    "dep:rayon",
]
std = [
    "nalgebra/std",
    "rand/std",
    "serde/std",
    "dep:colored",
]

[lib]
name = "tacet_core"
path = "src/lib.rs"

[[example]]
name = "wasm_bench"
path = "examples/wasm_bench.rs"

[dependencies.colored]
version = "3.0"
optional = true

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.libm]
version = "0.2"

[dependencies.nalgebra]
version = "0.34"
features = ["libm"]
default-features = false

[dependencies.rand]
version = "0.9"
features = ["alloc"]
default-features = false

[dependencies.rand_distr]
version = "0.5"
default-features = false

[dependencies.rand_xoshiro]
version = "0.7"
default-features = false

[dependencies.rayon]
version = "1.11"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dev-dependencies.proptest]
version = "1.8.0"