# 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 = "iroh-blake3" version = "1.4.5" authors = [ "Jack O'Connor ", "Samuel Neves", ] description = "the BLAKE3 hash function" documentation = "https://docs.rs/blake3" readme = "README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/BLAKE3-team/BLAKE3" [package.metadata.docs.rs] features = ["rayon"] [dependencies.arrayref] version = "0.3.5" [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.constant_time_eq] version = "0.3.0" [dependencies.digest] version = "0.10.1" features = ["mac"] optional = true [dependencies.rayon] version = "1.2.1" optional = true [dependencies.zeroize_crate] version = "1" features = ["zeroize_derive"] optional = true default-features = false package = "zeroize" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.hmac] version = "0.12.0" [dev-dependencies.page_size] version = "0.5.0" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rand_chacha] version = "0.3.0" [build-dependencies.cc] version = "1.0.4" [features] default = ["std"] neon = [] no_avx2 = [] no_avx512 = [] no_neon = [] no_sse2 = [] no_sse41 = [] prefer_intrinsics = [] pure = [] std = [] traits-preview = ["digest"] zeroize = [ "zeroize_crate", "arrayvec/zeroize", ]