# 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] name = "bk-tree" version = "0.5.0" authors = ["Eugene Bulkin "] description = "A Rust BK-tree implementation" documentation = "http://eugene-bulkin.github.io/rust-docs/rust-bk-tree/bk_tree/index.html" readme = "README.md" keywords = [ "fuzzy", "search", "BK-tree", ] categories = [ "data-structures", "text-processing", ] license = "MIT" repository = "https://github.com/eugene-bulkin/rust-bk-tree" [dependencies.fnv] version = "1.0.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.triple_accel] version = "0.3.4" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.rand] version = "0.3" [features] default = ["enable-fnv"] enable-fnv = ["fnv"] serde = ["dep:serde"]