| [package] | |
| name = "synapse-core" | |
| description = "Shared types and calibration logic for the Synapse sensor stack" | |
| version.workspace = true | |
| edition.workspace = true | |
| license.workspace = true | |
| [features] | |
| default = ["std"] | |
| std = ["minicbor/std"] | |
| # no default features = no_std (MCU target) | |
| # The MCU crate depends on synapse-core with default-features = false | |
| [dependencies] | |
| minicbor = { workspace = true } | |
| heapless = { workspace = true } | |