# 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.80.1" name = "faasle" version = "0.1.0" authors = ["Meesum Qazalbash "] build = false include = ["src"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for evaluating distances (metrics)" homepage = "https://github.com/Qazalbash/faasle" readme = "README.md" keywords = [ "metrics", "distance", "multidimensional", "mathematics", "geometry", ] categories = [ "mathematics", "no-std", "science", ] license = "MIT" repository = "https://github.com/Qazalbash/faasle" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "faasle" path = "src/lib.rs" [dependencies.ndarray] version = "0.16.1" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.ndarray] version = "0.16.1" features = ["approx"] [dev-dependencies.ndarray-rand] version = "0.15.0" [dev-dependencies.paste] version = "1.0.15"