[dependencies.typenum]
version = "1.17"
[dependencies.zeroize]
optional = true
version = "1.7"
[package]
authors = ["RustCrypto Developers"]
categories = ["no-std", "data-structures"]
description = "Hybrid typenum-based and const generic array types designed to provide the\nflexibility of typenum-based expressions while also allowing interoperability\nand a transition path to const generics\n"
documentation = "https://docs.rs/hybrid-array"
edition = "2021"
keywords = ["generic-array"]
license = "MIT OR Apache-2.0"
name = "hybrid-array"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/hybrid-array"
rust-version = "1.65"
version = "0.2.0-pre.6"