[package] name = "openfut-common" version = "0.1.0" edition = "2021" description = "Shared OpenFUT server-destination configuration, port mapping, and address conversion used by both the launcher and openfut_hook.dll. Pure std, no dependencies, so it stays small inside the injected DLL and is unit-testable on any host." [lib] # Rlib only. Deliberately dependency-free so linking it into openfut_hook.dll # (a cdylib) adds no runtime weight and no cross-platform risk. [dependencies]