# 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 = "2018" name = "cableguard" version = "0.90.15" authors = [ "Vicente Aceituno Canal ", "Noah Kennedy ", "Andy Grover ", "Jeff Hiner ", ] description = "an implementation of the WireGuard® protocol that uses rich online digital tokens for configuration and mutual authentication" documentation = "https://docs.rs/cgtun/0.90.15/cgtun/" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/alanesmizi/cgtun" [lib] crate-type = [ "staticlib", "cdylib", "rlib", ] [dependencies.aead] version = "0.5.0-pre.2" [dependencies.base64] version = "0.13.1" [dependencies.blake2] version = "0.10" [dependencies.bs58] version = "0.5.0" [dependencies.chacha20poly1305] version = "^0.10.1" [dependencies.chrono] version = "0.4" [dependencies.curve25519-dalek] version = "4.1.1" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.ip_network] version = "0.4.1" [dependencies.ip_network_table] version = "0.2.0" [dependencies.jni] version = "0.21.1" optional = true [dependencies.libc] version = "0.2" [dependencies.mock_instant] version = "0.3.1" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.rand_core] version = "0.6.3" features = ["getrandom"] [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.ring] version = "0.17.4" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.7" [dependencies.socket2] version = "0.5.4" features = ["all"] optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] optional = true [dependencies.trust-dns-resolver] version = "0.23.0" [dependencies.untrusted] version = "0.9.0" [dependencies.x25519-dalek] version = "2.0.0" features = [ "reusable_secrets", "static_secrets", ] [dependencies.zeroize] version = "1.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.etherparse] version = "0.13.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] device = [ "socket2", "thiserror", ] ffi-bindings = ["tracing-subscriber"] jni-bindings = [ "ffi-bindings", "jni", ] mock-instant = ["mock_instant"] [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = [ "time", "user", ] default-features = false