# 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 = "innisfree" version = "0.3.0" authors = ["Conor Schaefer "] publish = true description = "Exposes local services on public IPv4 address, via cloud server." readme = "README.md" keywords = [ "self-hosting", "wireguard", ] categories = [ "command-line-utilities", "network-programming", ] license = "AGPL-3.0-only" repository = "https://github.com/conorsch/innisfree" [package.metadata.deb] assets = [ [ "target/release/innisfree", "usr/bin/", "755", ], [ "innisfree@.service", "usr/lib/systemd/system/", "644", ], ] depends = "$auto" extended-description = "Creates a remote host in the cloud, then establishes a Wireguard tunnel to it. Only supports proxying TCP traffic, for now." maintainer-scripts = "debian/" name = "innisfree" priority = "optional" section = "net" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4" features = [ "env", "derive", "cargo", ] [dependencies.futures] version = "0.3" [dependencies.home] version = "~0.5" [dependencies.ipnet] version = "~2" [dependencies.log] version = "~0.4" [dependencies.osshkeys] version = "0.7" [dependencies.pnet] version = "~0.28" [dependencies.rand] version = "~0.8" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.tera] version = "1" [dependencies.tokio] version = "1.27" features = [ "io-util", "macros", "net", "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "ansi", ]