[package]
edition = "2024"
rust-version = "1.85"
name = "hybrid-array-arcium-fork"
version = "0.4.7"
authors = ["RustCrypto Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Hybrid typenum-based and const generic array types designed to provide the
flexibility of typenum-based expressions while also allowing interoperability
and a transition path to const generics
"""
documentation = "https://docs.rs/hybrid-array"
readme = "README.md"
keywords = ["generic-array"]
categories = [
"no-std",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/hybrid-array"
[package.metadata.docs.rs]
all-features = true
[features]
alloc = []
extra-sizes = []
wincode = ["dep:wincode"]
[lib]
name = "hybrid_array"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "subtle"
path = "tests/subtle.rs"
[dependencies.arbitrary]
version = "1"
optional = true
[dependencies.bytemuck]
version = "1"
optional = true
default-features = false
[dependencies.serde]
version = "1"
optional = true
default-features = false
[dependencies.subtle]
version = "2"
features = ["const-generics"]
optional = true
default-features = false
[dependencies.typenum]
version = "1.17"
features = ["const-generics"]
[dependencies.wincode]
version = "0.2.7"
optional = true
default-features = false
package = "wincode-arcium-fork"
[dependencies.zeroize]
version = "1.8"
optional = true
default-features = false