serde_bencoded 0.3.0

Yet another encoding/decoding library for bencode
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.btoi]
version = "0.4"

[dependencies.itoa]
version = "0.4"

[dependencies.serde]
version = "1.0"
[dev-dependencies.atty]
version = "0.2"

[dev-dependencies.bytesize]
version = "1.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.hashers]
version = "1.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_bytes]
version = "0.11"

[features]
default = ["sort_dictionary"]
sort_dictionary = []

[package]
authors = ["Danil Kondratiev <knightpp@protonmail.com>"]
categories = ["encoding"]
description = "Yet another encoding/decoding library for bencode"
edition = "2018"
keywords = ["bencode", "serde", "deserialization", "serialization", "torrent"]
license = "MIT OR Apache-2.0"
name = "serde_bencoded"
readme = "README.md"
repository = "https://github.com/knightpp/serde_bencoded"
version = "0.3.0"