# 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" rust-version = "1.75" name = "cfavml" version = "0.3.0" authors = ["Harrison Burt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CF's Accelerated Vector Math Library providing SIMD optimzied routines for vector operations" readme = "README.md" keywords = [ "linear-algebra", "vector", "simd", ] categories = [ "no-std", "no-std::no-alloc", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChillFish8/cfavml" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "cfavml" path = "src/lib.rs" [[bench]] name = "bench_agg_ops" path = "benches/bench_agg_ops.rs" harness = false [[bench]] name = "bench_arithmetic_ops" path = "benches/bench_arithmetic_ops.rs" harness = false [[bench]] name = "bench_cmp_ops" path = "benches/bench_cmp_ops.rs" harness = false [[bench]] name = "bench_distance_ops" path = "benches/bench_distance_ops.rs" harness = false [[bench]] name = "utils" path = "benches/utils.rs" [dependencies] [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.simsimd] version = "5.0.1" [features] default = ["std"] nightly = [] std = [] [target."cfg(not(unix))".dev-dependencies.ndarray] version = "0.15.6" [target."cfg(unix)".dev-dependencies.blas-src] version = "0.8" features = ["openblas"] [target."cfg(unix)".dev-dependencies.ndarray] version = "0.15.6" features = ["blas"] [target."cfg(unix)".dev-dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ]