1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# 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.5"
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.libflate]
version = "0.1"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.tar]
version = "0.4"
[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
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"
[badges.travis-ci]
repository = "sodiumoxide/sodiumoxide"
|