# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sha256fast" version = "0.0.3" authors = ["Deni Sukhonina "] include = ["**/*.rs", "Cargo.toml", "README.md", "rustfmt.toml", "src/*.cxx", "src/*.hxx", "src/*.S"] description = "Bindings for SHA256 library" readme = "README.md" keywords = ["sha256", "simd", "ssse3", "avx", "avx2"] license = "Apache-2.0" repository = "https://github.com/ActualIlluminati/sha256fast" [profile.release] opt-level = 3 [[bench]] name = "benches" harness = false [dependencies.digest] version = "0.9" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.digest] version = "0.9" features = ["dev"] [build-dependencies.cc] version = "1.0" [features] default = [] portable = [] [badges.maintenance] status = "actively-developed"