openconnect-sys 0.1.5

Rust bindings for OpenConnect
Documentation
[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]
features = ["multipart", "blocking", "cookies"]
version = "0.12.2"

[build-dependencies.zip]
version = "0.6.6"

[dependencies.openssl-sys]
version = "0.9.101"

[lib]
crate-type = ["lib"]

[package]
authors = ["hlhr202"]
build = "build/main.rs"
description = "Rust bindings for OpenConnect"
documentation = "https://docs.rs/openconnect-sys"
edition = "2021"
homepage = "https://github.com/hlhr202/Openconnect-RS"
keywords = ["openconnect", "vpn", "networking", "security"]
license = "LGPL-2.1"
name = "openconnect-sys"
readme = "README.md"
repository = "https://github.com/hlhr202/Openconnect-RS/tree/main/crates/openconnect-sys"
version = "0.1.5"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-gnu"]