# 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 = "openconnect-sys" version = "0.1.5" authors = ["hlhr202"] build = "build/main.rs" description = "Rust bindings for OpenConnect" homepage = "https://github.com/hlhr202/Openconnect-RS" documentation = "https://docs.rs/openconnect-sys" readme = "README.md" keywords = [ "openconnect", "vpn", "networking", "security", ] license = "LGPL-2.1" repository = "https://github.com/hlhr202/Openconnect-RS/tree/main/crates/openconnect-sys" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-gnu", ] [lib] crate-type = ["lib"] [dependencies.openssl-sys] version = "0.9.101" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.90" [build-dependencies.home] version = "0.5.9" [build-dependencies.pkg-config] version = "0.3.30" [build-dependencies.reqwest] version = "0.12.2" features = [ "multipart", "blocking", "cookies", ] [build-dependencies.zip] version = "0.6.6"