[package]
edition = "2024"
name = "frontdoor"
version = "0.1.0"
authors = ["James Hunt <jameshuntdevelopment@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Main network edge entrypoint and border gateway orchestration. The primary ingress/egress shield for the Honest ecosystem."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jameshuntt/frontdoor"
[lib]
name = "frontdoor"
path = "src/lib.rs"
[dependencies]