# 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 = "packetcrypt-sys" version = "0.4.0" authors = ["Caleb James DeLisle "] build = "build.rs" links = "packetcrypt" description = "Bindings to PacketCrypt\n" categories = ["external-ffi-bindings"] license = "LGPL-2.1-only OR LGPL-3.0-only" [lib] name = "packetcrypt_sys" [dependencies.bytes] version = "0.5.4" [dependencies.num-bigint] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.sodiumoxide] version = "0.2" features = ["std"] default-features = false [dev-dependencies.rand] version = "0.7" [build-dependencies.bindgen] version = "0.55" optional = true [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3" optional = true [build-dependencies.walkdir] version = "2" [features] difficulty-test = ["pkg-config"] generate-bindings = ["bindgen"]