# 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] name = "blake2_c" version = "0.3.3" authors = ["Jack O'Connor "] build = "build.rs" description = "[deprecated] a safe wrapper for the official BLAKE2 C implementation" documentation = "https://docs.rs/blake2_c" license = "MIT" repository = "https://github.com/oconnor663/blake2_c.rs" [dependencies.arrayvec] version = "0.4.6" default-features = false [dependencies.constant_time_eq] version = "0.1.3" [dependencies.cty] version = "0.1.5" [build-dependencies.cc] version = "1.0.3" [features] default = ["std"] native = [] std = [] [badges.maintenance] status = "deprecated"