[package]
edition = "2021"
name = "dcrypt-internal"
version = "4.0.0"
authors = ["Heath Ledger"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal utilities for the dcrypt library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ioi-foundation/dcrypt"
[package.metadata.release]
publish = true
[features]
alloc = []
default = ["std"]
no_std = []
simd = []
std = ["alloc"]
[lib]
name = "dcrypt_internal"
path = "src/lib.rs"
[dependencies]
[lints.rust]
unsafe_code = "forbid"