# 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 = "2021" name = "arrow-digest" version = "53.0.0" authors = ["Sergii Mikhtoniuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stable hashes for Apache Arrow." readme = "README.md" keywords = [ "arrow", "hash", "digest", ] license = "Apache-2.0" repository = "https://github.com/sergiimk/arrow-digest" [lib] name = "arrow_digest" path = "src/lib.rs" [[bench]] name = "perf" path = "benches/perf.rs" harness = false [dependencies.arrow] version = "53" default-features = false [dependencies.digest] version = "0.10" [dev-dependencies.blake2] version = "0.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.parquet] version = "53" features = ["arrow"] default-features = false [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", ] default-features = false [dev-dependencies.xxhash-rust] version = "0.8" features = ["xxh3"]