[package] name = "lumotia-core" version.workspace = true edition.workspace = true repository.workspace = true license.workspace = true description = "Core types, constants, traits, hardware detection, and model registry for Lumotia" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2" sysinfo = "0.35" async-trait = "0.1" num_cpus = "1" tracing = "0.1" libloading = "0.8" [dev-dependencies] tempfile = "3" tracing-subscriber = { version = "0.3", features = ["env-filter"] }