# 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" rust-version = "1.56" name = "zcash_spec" version = "0.1.2" authors = ["Jack Grigg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level types for implementing Zcash specifications" homepage = "https://github.com/zcash/zcash_spec" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/zcash_spec" [lib] name = "zcash_spec" path = "src/lib.rs" [dependencies.blake2b_simd] version = "1" default-features = false