[package] name = "lebicon" version = "4.0.0" authors = ["Nathaniel McCallum "] keywords = ["LEB128", "DWARF", "WebAssembly", "wasm", "webasm"] repository = "https://github.com/enarx/lebicon" description = "Implements codicon traits for LEB128 encoding / decoding" documentation = "https://docs.rs/lebicon" license = "Apache-2.0" readme = "README.md" edition = "2018" [badges] # See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section github = { repository = "enarx/lebicon", workflow = "test" } #github = { repository = "enarx/lebicon", workflow = "lint" } maintenance = { status = "actively-developed" } is-it-maintained-issue-resolution = { repository = "enarx/lebicon" } is-it-maintained-open-issues = { repository = "enarx/lebicon" } [dependencies] codicon = "3.0" signrel = "2.0" uabs = "3.0" [dev-dependencies] leb128 = "0.2"