ez-bencoding 0.2.0

ez-bencoding is a bencoding library, which uses the bdecode algorithm from libtorrent 3rd edition
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ez-bencoding"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ez-bencoding is a bencoding library, which uses the bdecode algorithm from libtorrent 3rd edition"
readme = "README.md"
license = "GPL-3.0"

[lib]
name = "ez_bencoding"
path = "src/lib.rs"

[[example]]
name = "decode"
path = "examples/decode.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bitfields]
version = "0.12"

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "2"