kodama 0.2.2

Agglomerative hierarchical clustering.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "kodama"
version = "0.2.2"
authors = ["Diffeo <support@diffeo.com>"]
exclude = ["data/locations/*.dist"]
description = "Agglomerative hierarchical clustering.\n"
homepage = "https://github.com/diffeo/kodama"
documentation = "https://github.com/diffeo/kodama"
readme = "README.md"
keywords = ["agglomerative", "hierarchical", "cluster", "fastcluster", "linkage"]
license = "MIT"
repository = "https://github.com/diffeo/kodama"
[profile.test]
opt-level = 3

[profile.bench]
debug = true

[profile.release]
debug = true

[lib]
name = "kodama"
[dependencies.num-traits]
version = "0.2"
[dev-dependencies.byteorder]
version = "1.2.6"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.quickcheck]
version = "0.7"
default-features = false

[dev-dependencies.rand]
version = "0.5"