# 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 = "yar-hash" version = "0.1.0" description = "Yar hash abstraction" license = "Apache-2.0 WITH LLVM-exception" repository = "https://git.ytrizja.de/zseri/yar/src/branch/main/crates/yar-hash" resolver = "1" [dependencies.blake3] version = "1.3" optional = true [dependencies.scroll] version = "0.11" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.yzb64] version = "0.1" [dev-dependencies.proptest] version = "1.0" features = ["std"] default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [features] default = [ "scroll", "serde", ] rayon = ["blake3/rayon"]