[package]
edition = "2024"
name = "planet"
version = "0.1.0"
authors = ["James Hunt <jameshuntdevelopment@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-assurance global network topology and resource mapping. Manages RIR data, IXP peering logic, and CIDR orchestration for the Honest suite."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jameshuntt/planet"
[lib]
name = "planet"
path = "src/lib.rs"
[dependencies]