[package] name = "bmx" description = "Binary modeling expressions" version = "0.0.2" authors = ["Andreas Rottmann "] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/rotty/bmx" documentation = "https://docs.rs/bmx/" keywords = ["s-expression", "binary", "format"] categories = ["parsing", "encoding"] edition = "2018" [dependencies] lexpr = "0.2.5" [dev-dependencies] anyhow = "1.0.26"