# 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 = "wolfssl-sys" version = "1.2.0" authors = ["lightway-developers@expressvpn.com"] links = "wolfssl" exclude = ["wolfssl-src/**/*.pdf"] description = "System bindings for WolfSSL" readme = "README.md" keywords = [ "wolfssl", "vpn", "lightway", "post-quantum", "cryptography", ] license = "GPL-2.0-only" repository = "https://github.com/expressvpn/wolfssl-rs" [package.metadata.cargo-all-features] denylist = ["oqs-sys"] [[example]] name = "connect_pq" required-features = ["postquantum"] [dependencies.oqs-sys] version = "0.9.1" features = [ "kyber", "dilithium", "falcon", ] optional = true default-features = false [build-dependencies.autotools] version = "0.2" [build-dependencies.bindgen] version = "0.69" [build-dependencies.build-target] version = "0.4.0" [features] debug = [] default = [] postquantum = ["dep:oqs-sys"]