lava_torrent 0.1.0

A library for parsing/encoding bencode and .torrent files.
Documentation
[package]
name = "lava_torrent"
version = "0.1.0"
authors = ["ttlajus <11984992+ttlajus@users.noreply.github.com>"]
description = "A library for parsing/encoding bencode and .torrent files."
repository = "https://github.com/ttlajus/lava_torrent"
keywords = ["bittorrent", "bencode"]
categories = ["parsing", "encoding"]
license = "MIT OR Apache-2.0"

[badges]
travis-ci = {repository = "ttlajus/lava_torrent"}

[dependencies]
itertools = "0.7.7"
unicode-normalization = "0.1.5"
conv = "0.3.3"
rust-crypto = "0.2.36"

[dev-dependencies]
rand = "0.4.2"