[package] name = "hdlc" version = "0.2.5" authors = ["Christopher Lomanno "] description = "Rust implementation of HDLC with support of the IEEE standard" keywords = ["hdlc", "frame", "framing", "byte-swap", "packetize"] readme = "README.md" repository = "https://github.com/CLomanno/hdlc" documentation = "https://docs.rs/hdlc" license = "MIT OR Apache-2.0" [dependencies] failure = "0.1.5" criterion = "0.2.10" [[bench]] name = "bench" harness = false