# 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 = "solana-nostd-keccak" version = "0.1.3" authors = ["Dean Little <@deanmlittle>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A more efficient implementation of Keccak256 for SVM" readme = "README.md" license = "MIT" [lib] name = "solana_nostd_keccak" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.sha3] version = "0.10.8" optional = true [dev-dependencies.hex] version = "0.4.3" [target.'cfg(not(target_os = "solana"))'.dependencies.sha3] version = "0.10.8"