# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "generic-array" version = "1.1.0" authors = [ "Bartłomiej Kamiński ", "Aaron Trent ", ] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Generic types implementing functionality of arrays" documentation = "https://fizyk20.github.io/generic-array/generic_array/" readme = "README.md" keywords = [ "generic", "array", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/fizyk20/generic-array.git" [package.metadata.docs.rs] features = [ "serde", "zeroize", "const-default", "alloc", ] rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 [lib] name = "generic_array" [[bench]] name = "hex" path = "benches/hex.rs" harness = false [dependencies.const-default] version = "1" optional = true default-features = false [dependencies.faster-hex] version = "0.9" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.typenum] version = "1.17" features = ["const-generics"] [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [features] alloc = [] internals = []