# 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 = "wireguard-keys" version = "0.1.1" authors = ["Patrick Elsen "] description = "Generate, parse and export WireGuard (x25519) keys." license = "AGPL-3.0-only" repository = "https://gitlab.com/fractalnetworks/wireguard-keys" resolver = "2" [dependencies.base32] version = "0.4.0" optional = true [dependencies.base64] version = "0.13.0" optional = true [dependencies.hex] version = "0.4.0" optional = true [dependencies.paste] version = "1.0.0" [dependencies.rand_core] version = "0.6.0" [dependencies.rocket] version = "0.5.0-rc.1" optional = true [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.0" optional = true [dependencies.thiserror] version = "1.0.0" [dependencies.x25519-dalek-fiat] version = "0.1.0" [dependencies.zeroize] version = "1.5.0" [dev-dependencies.serde_test] version = "1.0.136" [features] default = [ "serde", "hex", "base64", ] schema = ["schemars"]