# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "vectors" version = "0.3.0" authors = ["Vincent Esche "] description = "Sparse & dense vectors for use in high dimensional vector spaces." documentation = "https://docs.rs/svm" readme = "README.md" keywords = ["vectors", "dense", "sparse", "vector-space", "linear-algebra"] categories = ["science"] license = "MPL-2.0" repository = "https://github.com/deepthought/vectors" [dependencies.arrayvec] version = "~0.4" [dependencies.missing_mpl] version = "~0.1" optional = true [dependencies.num-traits] version = "~0.2" [dependencies.ordered_iter] version = "~0.1" [dev-dependencies.expectest] version = "~0.9" [features] default = ["std"] nightly = ["missing_mpl"] std = []