# 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 = "libsodium-sys-stable" version = "1.22.1" authors = [ "dnaq", "jedisct1", ] build = "build.rs" links = "sodium" autobins = false autoexamples = false autotests = false autobenches = false description = "Maintained FFI bindings for libsodium stable" documentation = "https://docs.rs/libsodium-sys-stable" readme = "README.md" keywords = [ "libsodium", "NaCl", "crypto", "cryptography", ] categories = [ "cryptography", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jedisct1/libsodium-sys-stable" [lib] name = "libsodium_sys" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.cc] version = "1.1" [build-dependencies.libflate] version = "2.1" [build-dependencies.minisign-verify] version = "0.2" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.tar] version = "0.4" [build-dependencies.ureq] version = "2.10" default-features = false [build-dependencies.vcpkg] version = "0.2" [build-dependencies.zip] version = "2.2" features = ["deflate"] default-features = false [features] default = [] fetch-latest = [] minimal = [] optimized = [] use-pkg-config = []