[dependencies.itoa]
default-features = false
version = "1.0.1"
[dependencies.serde]
default-features = false
version = "1"
[dependencies.serde_bytes]
default-features = false
version = "0.11"
[dev-dependencies.serde_derive]
version = "1"
[features]
alloc = ["serde/alloc", "serde_bytes/alloc"]
default = ["std"]
std = ["serde/std", "serde_bytes/std"]
[package]
authors = ["Bryant Luk <code@bryantluk.com>"]
categories = ["encoding", "no-std"]
description = "A Bencode encoding/decoding implementation."
documentation = "https://docs.rs/bt_bencode/"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["bencode", "bittorrent", "torrent", "serialization", "serde"]
license = "MIT OR Apache-2.0"
name = "bt_bencode"
readme = "README.md"
repository = "https://github.com/bluk/bt_bencode"
version = "0.6.0"