[package] name = "atx-cbor" description = "Altronix Ser/De data types from device atx-zdk" license = "MIT" version = "0.0.20" edition = "2021" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-big-array = "0.4" minicbor = { version = "0.18", git = "https://www.gitlab.com/twittner/minicbor", branch = "cbor_len", features = ["derive", "std", "alloc"] }