# 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 = "cableguard-cli" version = "0.90.15" authors = [ "Vicente Aceituno Canal ", "Noah Kennedy ", "Andy Grover ", "Jeff Hiner ", ] description = "an implementation of the an implementation of the WireGuard® protocol that uses rich online digital tokens for configuration and mutual authenticationthat uses rich online digital tokens for configuration and mutual authentication" homepage = "https://cableguard.org" documentation = "https://docs.rs/cgtun/0.90.15/cgtun/" readme = "README.md" keywords = [ "wireguard", "vpn", "blockchain", ] license = "BSD-3-Clause" repository = "https://github.com/alanesmizi/cgtun" resolver = "1" [dependencies.base64] version = "0.13.1" [dependencies.bs58] version = "0.5.0" [dependencies.cableguard] version = "0.90.15" features = ["device"] [dependencies.clap] version = "3.1.6" features = ["env"] [dependencies.curve25519-dalek] version = "4.1.1" [dependencies.daemonize] version = "0.4.1" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.7" [dependencies.tracing] version = "0.1.31" [dependencies.tracing-appender] version = "0.2.1" [dependencies.tracing-subscriber] version = "0.3.9" [dependencies.x25519-dalek] version = "=2.0.0" features = [ "reusable_secrets", "static_secrets", ] [dependencies.zeroize] version = "1.5.0"