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