# 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 = "nblast" version = "0.7.1" authors = ["Chris L. Barnes "] description = "Implementation of NBLAST neurite similarity algorithm" homepage = "https://github.com/clbarnes/nblast-rs" documentation = "https://docs.rs/nblast" readme = "README.md" keywords = [ "neuroscience", "morphology", "nblast", ] categories = [ "algorithms", "science", ] license = "GPL-3.0" repository = "https://github.com/clbarnes/nblast-rs/tree/master/nblast-rs" [package.metadata.release] publish = false tag-prefix = "rs-" [[bench]] name = "bench" harness = false required-features = [ "parallel", "bosque", "kiddo", "nabo", "rstar", ] [dependencies.bosque] version = "0.2.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.fastrand] version = "1.9" [dependencies.kiddo] version = "4.0" optional = true [dependencies.nabo] version = "0.2.1" optional = true [dependencies.nalgebra] version = "0.31" [dependencies.rayon] version = "1.5" optional = true [dependencies.rstar] version = "0.9" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.csv] version = "1.1" [dev-dependencies.fastrand] version = "1.9" [dev-dependencies.serde] version = "1" features = ["derive"] [features] default = ["kiddo"] parallel = ["rayon"] [badges]