bt_bencode 0.1.0

A Bencode encoding/decoding implementation.
Documentation
[package]
name = "bt_bencode"
version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <code@bryantluk.com>"]
edition = "2018"
description = "A Bencode encoding/decoding implementation."
repository = "https://github.com/bluk/bt_bencode"
readme = "README.md"
include = [
  "src/**/*.rs",
  "Cargo.toml",
  "README.md",
  "LICENSE-APACHE",
  "LICENSE-MIT",
]

[dependencies]
serde = "1"
itoa = "0.4"

[dev-dependencies]
serde_derive = "1"
serde_bytes = "0.11"