# 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 = "ndstruct" version = "2.2.0" authors = ["Caio Fernandes "] description = "Structures for N-dimensions" readme = "README.md" keywords = [ "collection", "dense", "dimension", "sparse", "structure", ] categories = [ "data-structures", "concurrency", "science", "no-std", ] license = "Apache-2.0" repository = "https://github.com/c410-f3r/regular-crates" [package.metadata.docs.rs] all-features = true [dependencies.cl-aux] version = "4.0" features = ["serde"] default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.rayon] version = "1.0" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [features] alloc = ["cl-aux/alloc"] default = [] std = ["alloc"]