tid2013stats 1.0.0

Stats tool for Tampere Image Database 2013 paper Replaces spearman.exe and kendall.exe used in the dataset
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"

[[package]]
name = "rstats"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b84c24f98d1773241933e5f1f504f62c27e17fc4685c9f9fc00a0918159988b"
dependencies = [
 "anyhow",
]

[[package]]
name = "tid2013stats"
version = "1.0.0"
dependencies = [
 "rstats",
]