[package] name = "abe" version = "0.3.0-rc1" authors = ["Anton Sol "] categories = ["encoding","parsing"] keywords = ["ascii-byte-expr", "ascii-byte","abe"] description = "Ascii-byte-expression : a tiny byte templating language" edition.workspace = true license.workspace = true homepage.workspace = true documentation.workspace = true repository.workspace = true [dependencies] anyhow.workspace=true serde={workspace=true,features=["derive"]} thiserror.workspace = true arrayvec.workspace = true hex.workspace = true base64.workspace=true bstr.workspace = true