[package]
name = "dcrypt-internal"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Internal utilities for the dcrypt library"
repository.workspace = true
license.workspace = true
publish = true
[features]
default = ["std"]
std = ["alloc"]
alloc = []
no_std = []
simd = []
[dependencies]
[package.metadata.release]
publish = true
[lints]
workspace = true