# 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 = "ndarray" version = "0.15.4" authors = ["Ulrik Sverdrup \"bluss\"", "Jim Turner"] exclude = ["docgen/images/*"] description = "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting." documentation = "https://docs.rs/ndarray/" readme = "README-crates.io.md" keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"] categories = ["data-structures", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ndarray/ndarray" [package.metadata.docs.rs] features = ["docs"] [package.metadata.release] no-dev-version = true tag-name = "{{version}}" [profile.bench] debug = true [profile.release] [lib] name = "ndarray" test = true bench = false [dependencies.approx] version = "0.4" optional = true default-features = false [dependencies.approx-0_5] version = "0.5" optional = true default-features = false package = "approx" [dependencies.cblas-sys] version = "0.1.4" optional = true default-features = false [dependencies.libc] version = "0.2.82" optional = true [dependencies.matrixmultiply] version = "0.3.2" features = ["cgemm"] default-features = false [dependencies.num-complex] version = "0.4" default-features = false [dependencies.num-integer] version = "0.1.39" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rawpointer] version = "0.2" [dependencies.rayon_] version = "1.0.3" optional = true package = "rayon" [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dev-dependencies.approx] version = "0.4" [dev-dependencies.defmac] version = "0.2" [dev-dependencies.itertools] version = "0.10.0" features = ["use_std"] default-features = false [dev-dependencies.quickcheck] version = "1.0" default-features = false [features] blas = ["cblas-sys", "libc"] default = ["std"] docs = ["approx", "approx-0_5", "serde", "rayon"] matrixmultiply-threading = ["matrixmultiply/threading"] rayon = ["rayon_", "std"] serde-1 = ["serde"] std = ["num-traits/std", "matrixmultiply/std"] test = []