# 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 = "hashtree-rs" version = "0.2.0" authors = ["Potuz "] build = "build.rs" include = [ "build.rs", "Cargo.toml", "src/lib.rs", "src/*.c", "src/*.h", "src/*.S", "Makefile", "src/Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the hashtree library" homepage = "https://github.com/prysmaticlabs/hashtree" documentation = "https://github.com/prysmaticlabs/hashtree" readme = "README.md" keywords = [ "hash", "crypto", "sha256", "merkle", ] license = "MIT" repository = "https://github.com/prysmaticlabs/hashtree" [lib] name = "hashtree_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0"