lebicon 4.0.0

Implements codicon traits for LEB128 encoding / decoding
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "lebicon"
version = "4.0.0"
authors = ["Nathaniel McCallum <npmccallum@redhat.com>"]
description = "Implements codicon traits for LEB128 encoding / decoding"
documentation = "https://docs.rs/lebicon"
readme = "README.md"
keywords = ["LEB128", "DWARF", "WebAssembly", "wasm", "webasm"]
license = "Apache-2.0"
repository = "https://github.com/enarx/lebicon"
[dependencies.codicon]
version = "3.0"

[dependencies.signrel]
version = "2.0"

[dependencies.uabs]
version = "3.0"
[dev-dependencies.leb128]
version = "0.2"
[badges.github]
repository = "enarx/lebicon"
workflow = "test"

[badges.is-it-maintained-issue-resolution]
repository = "enarx/lebicon"

[badges.is-it-maintained-open-issues]
repository = "enarx/lebicon"

[badges.maintenance]
status = "actively-developed"