# 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 = "2018" name = "ndsparse" version = "0.8.1" authors = ["Caio Fernandes "] description = "Sparse structures for N-dimensions" readme = "README.md" keywords = ["coo", "csr", "dimension", "sparse", "structure"] categories = ["data-structures", "concurrency", "science", "no-std"] license = "Apache-2.0" repository = "https://github.com/c410-f3r/ndsparse/" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.cl-traits] version = "6.0" 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 [dependencies.serde-big-array] version = "0.3" features = ["const-generics"] optional = true default-features = false [features] alloc = ["cl-traits/alloc"] default = [] std = ["alloc", "cl-traits/std"] with-rand = ["rand"] with-rayon = ["rayon", "std"] with-serde = ["serde", "serde-big-array"]