[package] name = "x328-proto" version = "0.2.0" license = "MIT OR Apache-2.0" authors = ["Lukas Sandström "] edition = "2018" description = "Sans-io implementation of the X3.28 field bus protocol." documentation = "https://docs.rs/x328-proto/" repository = "https://github.com/cth-oso/rust-x328-proto" keywords = ["x328", "protocol", "sans-io"] categories = ["encoding", "network-programming", "parser-implementations", "no-std"] [dependencies] arrayvec = { version = "0.7", default-features=false } log = "0.4.17" nom = { version = "7.0", default-features=false } snafu = { version= "0.7.1", default-features=false, features = ["rust_1_46"] } [dev-dependencies] anyhow = "1.0.60" env_logger = "0.10.0" serialport = "4.2.0" [features] default = ["std"] std = ["snafu/std"]