unfhash 0.1.0

Calculate the Unique Numeric Fingerprint for Tabular Data
Documentation
[[bin]]
name = "unf-rs"
path = "src/main.rs"

[dependencies.arrow]
default-features = false
features = ["csv"]
version = "5.3"

[dependencies.base64]
version = "0.13.0"

[dependencies.clap]
version = "2.33.3"

[dependencies.md-5]
version = "0.9.1"

[dependencies.num]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.sha2]
version = "0.9.8"

[lib]
name = "unfhash"
path = "src/lib.rs"

[package]
authors = ["Lissa Hyacinth <lissahyacinth@gmail.com>"]
description = "Calculate the Unique Numeric Fingerprint for Tabular Data"
edition = "2018"
exclude = ["data/*"]
license = "GPL-2.0-or-later"
name = "unfhash"
repository = "https://github.com/lissahyacinth/unf"
version = "0.1.0"