babbel_bencode 0.1.0

Fast, binary-safe BitTorrent Bencode parser, serializer, and DOM in pure Rust
[package]
name = "babbel_bencode"
version = "0.1.0"
edition = "2024"
description = "Fast, binary-safe BitTorrent Bencode parser, serializer, and DOM in pure Rust"
license = "MIT"
authors = ["ClockworkEngineer", "Babbel Contributors"]
repository = "https://github.com/clockworkengineer/babbel"
documentation = "https://docs.rs/babbel_bencode"
homepage = "https://github.com/clockworkengineer/babbel"
readme = "README.md"

[features]
default = ["std", "json", "toml", "xml", "yaml"]
std = ["babbel_core/std", "babbel_core/file-io"]
json = []
toml = []
xml = []
yaml = []

[dependencies]
babbel_core = { path = "../babbel_core", version = "0.1.0", default-features = false }
rand = { version = "0.10.0", optional = true }