Revision control

Copy as Markdown

Other Tools

[package]↩
name = "generic-array"↩
version = "0.14.6"↩
authors = [ "Bartłomiej Kamiński <fizyk20@gmail.com>", "Aaron Trent <novacrazy@gmail.com>" ]↩
description = "Generic types implementing functionality of arrays"↩
readme = "README.md"↩
license = "MIT"↩
keywords = ["generic", "array"]↩
categories = ["data-structures", "no-std"]↩
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "build.rs"]↩
[badges]↩
travis-ci = { repository = "fizyk20/generic-array" }↩
[lib]↩
name = "generic_array"↩
[features]↩
more_lengths = []↩
[dependencies]↩
typenum = "1.12"↩
serde = { version = "1.0", optional = true, default-features = false }↩
zeroize = { version = "1", optional = true, default-features = false }↩
[dev_dependencies]↩
# this can't yet be made optional, see https://github.com/rust-lang/cargo/issues/1596
serde_json = "1.0"↩
bincode = "1.0"↩
[build_dependencies]↩
version_check = "0.9"↩
[package.metadata.docs.rs]↩
features = ["serde", "zeroize"]