[package] name = "kon-core" version = "0.1.0" edition = "2021" description = "Core types, constants, traits, hardware detection, and model registry for Kon" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2" sysinfo = "0.35" async-trait = "0.1"