# 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 = "electrify" version = "0.0.1" description = "Easily manage WireGuard connections using wg and SSH" homepage = "https://git.sr.ht/~brownjohnf/electrify" license = "AGPL-3.0-or-later" repository = "https://git.sr.ht/~brownjohnf/electrify" resolver = "2" [dependencies.anyhow] version = "1.0.44" [dependencies.derive_builder] version = "0.10.2" [dependencies.ipnet] version = "2.3.1" [dependencies.jacklog] version = "0.0.8" [dependencies.structopt] version = "0.3.23" [dependencies.tracing] version = "0.1.29" [dependencies.uuid] version = "0.8.2"