# 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 = "2018" name = "exonum_libsodium-sys" version = "0.0.24" authors = ["dnaq", "The Exonum Team "] build = "build.rs" links = "sodium" description = "FFI binding to libsodium" documentation = "https://dnaq.github.io/sodiumoxide" keywords = ["libsodium", "NaCl", "crypto"] license = "MIT OR Apache-2.0" repository = "https://github.com/exonum/exonum_sodiumoxide.git" [lib] name = "libsodium_sys" path = "lib.rs" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1" features = ["parallel"] [build-dependencies.flate2] version = "1" [build-dependencies.libc] version = "0.2" [build-dependencies.num_cpus] version = "1" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.tar] version = "0.4" [target."cfg(all(windows, target_env = \"msvc\"))".build-dependencies.zip] version = "0.5" features = ["deflate"] default-features = false