# 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] name = "blake" version = "2.0.2" authors = ["наб ", "Philipp Degler "] build = "build.rs" exclude = ["*.enc"] description = "Implementation of the BLAKE hash function for Rust via FFI" documentation = "https://rawcdn.githack.com/nabijaczleweli/blake-rs/doc/blake/index.htmlhtml" readme = "README.md" keywords = ["hash", "blake"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/nabijaczleweli/blake-rs" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0"