[package] name = "there-is-nopads-core" authors = [ "CatilGrass" ] description = "A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices." homepage = "https://github.com/CatilGrass/ThereIsNoPads" repository = "https://github.com/CatilGrass/ThereIsNoPads" readme = "../README.md" version = "0.1.0" edition = "2024" [dependencies] sha1 = "0.10.6" serde = { version = "1.0.219", features = ["derive"] } bincode = { version = "2.0.1", features = ["serde"]} tokio = { version = "1.0", features = ["full"] } hex = "0.4.3"