# 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 = "earthbucks_blake3" version = "0.8.5" authors = ["Ryan X. Charles "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blake3 hash function for EarthBucks with optional support for WASM." readme = "README.md" license = "MIT" repository = "https://github.com/earthbucks/earthbucks" [lib] name = "earthbucks_blake3" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.blake3] version = "1.5.1" [dependencies.hex] version = "0.4.3" [dependencies.wasm-bindgen] version = "0.2" optional = true [features] wasm = ["wasm-bindgen"]