# 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-core" version = "0.1.5" authors = ["hlhr202"] description = "A library for interacting with OpenConnect VPN" homepage = "https://github.com/hlhr202/Openconnect-RS" documentation = "https://docs.rs/openconnect-core" readme = "README.md" keywords = [ "openconnect", "vpn", "networking", "security", ] license = "LGPL-2.1" repository = "https://github.com/hlhr202/Openconnect-RS/tree/main/crates/openconnect-core" [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"] [[example]] name = "password_server" [dependencies.anyhow] version = "1.0.81" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.chrono] version = "0.4.35" [dependencies.ctrlc] version = "3.4.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.hex] version = "0.4.3" [dependencies.home] version = "0.5.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.153" [dependencies.machine-uid] version = "0.5.1" [dependencies.openconnect-sys] version = "0.1.5" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.2" features = [ "multipart", "blocking", "cookies", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sha2] version = "0.10.8" [dependencies.signal-hook] version = "0.3.17" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.9.2" [target."cfg(windows)".dependencies.windows] version = "0.54.0" features = [ "Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ] [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0"