[package] name = "byte-fmt" version = "0.3.0-rc1" authors = ["Anton Sol "] categories = ["encoding","parsing"] keywords = ["base64","abe","newtype"] description = "B64 and AB newtype for parsing and printing" edition.workspace = true license.workspace = true homepage.workspace = true documentation.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] abe = { path = "../abe" , version = "0.3.0-rc1"} serde.workspace=true base64.workspace=true tracing.workspace = true serde_bytes = "0.11.6" ruint = "1.7.0" bytemuck = { version = "1.13.1", features = ["derive"] }