[package] name = "eb90" version = "0.1.1" edition = "2021" license = "MIT" description = "EB90 Framing Protocol library for Rust" repository = "https://github.com/arkedge/eb90-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] heapless = "0.7" crc = "2" tokio-util = { version = "0.7", features = ["codec"], optional = true } bytes = { version = "1.4.0", optional = true } [dev-dependencies] proptest = "1" [features] default = ["alloc", "codec"] alloc = [] codec = ["alloc", "dep:tokio-util", "dep:bytes"]