# 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 = "vectora" version = "0.8.1" authors = ["Chris Simpkins "] exclude = ["/testdata/*"] description = "A vector computation library" readme = "README.md" keywords = ["vector", "math", "real", "imaginary", "complex"] license = "Apache-2.0" repository = "https://github.com/chrissimpkins/vectora" resolver = "2" [package.metadata.docs.rs] all-features = true [[bench]] name = "vectora_benchmarks" harness = false [dependencies.approx] version = "0.5.0" [dependencies.num] version = "0.4.0" [dependencies.rayon] version = "1.5.1" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempdir] version = "0.3.7" [features] parallel = ["rayon"]