# 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 = "2018" name = "unfhash" version = "0.1.0" authors = ["Lissa Hyacinth "] exclude = ["data/*"] description = "Calculate the Unique Numeric Fingerprint for Tabular Data" license = "GPL-2.0-or-later" repository = "https://github.com/lissahyacinth/unf" [lib] name = "unfhash" path = "src/lib.rs" [[bin]] name = "unf-rs" path = "src/main.rs" [dependencies.arrow] version = "5.3" features = ["csv"] default-features = false [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"