# 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 = "ml-distance" version = "1.0.1" authors = ["Pierre-Louis LĂ©toquart "] description = "Distance-based methods for vector comparison and analysis. (Porting of the JS/TS pkg `ml-distance` to Rust)" homepage = "https://github.com/PierreLouisLetoquart/ml-distances/" readme = "README.md" keywords = [ "distance", "histogram", "vector", "similarity", "density-function", ] license = "MIT" repository = "https://github.com/PierreLouisLetoquart/ml-distances/" [dependencies.approx] version = "0.5.1"