# 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 = "idhash" version = "0.3.0" authors = ["Lissa Hyacinth "] exclude = ["data/*"] description = "Calculate a Row-Invariant ID for Tabular Data" readme = "README.md" license = "MIT" repository = "https://github.com/lissahyacinth/idhash" [lib] name = "idhash" path = "src/lib.rs" [[bin]] name = "idhash-rs" path = "src/main.rs" [[bench]] name = "benchmark_float_conversion" harness = false [dependencies.arrow] version = "0.12.0" features = [ "csv", "io_csv_read", ] default-features = false package = "arrow2" [dependencies.clap] version = "2.33.3" [dependencies.fasthash] version = "0.4.0" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.rayon] version = "1.5.3" [dev-dependencies.criterion] version = "0.3.6"