# 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 = "distances" version = "1.8.0" authors = [ "Najib Ishaq ", "Noah Daniels ", "Tom Howard ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and generic distance functions for high-dimensional data." readme = "README.md" license = "MIT" [lib] name = "distances" path = "src/lib.rs" [[test]] name = "test_edits" path = "tests/test_edits.rs" [[test]] name = "test_float" path = "tests/test_float.rs" [[test]] name = "test_rand_gen" path = "tests/test_rand_gen.rs" [[test]] name = "test_sets" path = "tests/test_sets.rs" [[test]] name = "test_simd" path = "tests/test_simd.rs" [[test]] name = "test_strings" path = "tests/test_strings.rs" [[test]] name = "test_vectors_f32" path = "tests/test_vectors_f32.rs" [[test]] name = "test_vectors_u32" path = "tests/test_vectors_u32.rs" [[bench]] name = "big-lp" path = "benches/big-lp.rs" harness = false [[bench]] name = "big-strings" path = "benches/big-strings.rs" harness = false [[bench]] name = "big-vectors" path = "benches/big-vectors.rs" harness = false [[bench]] name = "inv-sqrt" path = "benches/inv-sqrt.rs" harness = false [[bench]] name = "needleman-wunsch" path = "benches/needleman-wunsch.rs" harness = false [[bench]] name = "simd-cosine" path = "benches/simd-cosine.rs" [[bench]] name = "simd-euclidean" path = "benches/simd-euclidean.rs" harness = false [dependencies.libm] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.stringzilla] version = "3.9.3" [dev-dependencies.symagen] version = "0.4.0" [dev-dependencies.test-case] version = "3.2.1"