# 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 = "gcrypt" version = "0.7.0" authors = ["John Schug "] description = "Libgcrypt bindings for Rust" documentation = "https://docs.rs/gcrypt" readme = "README.md" keywords = ["crypto", "cryptography"] categories = ["cryptography", "api-bindings"] license = "LGPL-2.1" repository = "https://github.com/gpg-rs/libgcrypt" [dependencies.bitflags] version = "1" [dependencies.cstr-argument] version = "0.1" [dependencies.ffi] version = "0.7.0" features = ["shim"] package = "libgcrypt-sys" [dependencies.gpg-error] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1" [features] nightly = [] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "gpg-rs/libgcrypt"