# 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 = "libsodium-sys" version = "0.2.6" authors = ["dnaq"] build = "build.rs" links = "sodium" description = "FFI binding to libsodium" documentation = "https://sodiumoxide.github.io/sodiumoxide" keywords = ["libsodium", "NaCl", "crypto"] categories = ["cryptography", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/sodiumoxide/sodiumoxide.git" [lib] name = "libsodium_sys" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.pkg-config] version = "0.3" [features] use-pkg-config = [] [target."cfg(not(target_env = \"msvc\"))".build-dependencies.cc] version = "1.0" [target."cfg(target_env = \"msvc\")".build-dependencies.libc] version = "0.2" default-features = false [badges.travis-ci] repository = "sodiumoxide/sodiumoxide"