# 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 = "argonautica-c" version = "0.2.0" authors = ["Brian Myers "] publish = true description = "C/C++ wrapper for argonautica" homepage = "https://github.com/bcmyers/argonautica" documentation = "https://docs.rs/argonautica-c" readme = "README.md" keywords = ["argon2", "cryptography", "hash", "password", "security"] categories = ["algorithms", "api-bindings", "authentication", "cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/bcmyers/argonautica" [lib] name = "argonautica_c" crate_type = ["cdylib"] path = "src/lib.rs" [[bin]] name = "generate_bindings" path = "src/bin/generate_bindings.rs" [dependencies.argonautica] version = "0.2" [dependencies.cbindgen] version = "0.8" [dependencies.itoa] version = "0.4" [dependencies.libc] version = "0.2" [features] simd = ["argonautica/simd"] [badges.travis-ci] branch = "master" repository = "bcmyers/argonautica"