# 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 = "numeric-array" version = "0.6.1" authors = ["novacrazy "] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "Wrapper around generic-array that adds efficient numeric trait implementations" documentation = "https://docs.rs/numeric-array" readme = "README.md" keywords = [ "generic", "array", "numeric", "simd", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/novacrazy/numeric-array" [dependencies.generic-array] version = "1.1.0" features = ["internals"] default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] serde = [ "dep:serde", "generic-array/serde", ] std = ["num-traits/std"]