lava_torrent 0.1.0

A library for parsing/encoding bencode and .torrent files.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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."
keywords = ["bittorrent", "bencode"]
categories = ["parsing", "encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ttlajus/lava_torrent"
[dependencies.conv]
version = "0.3.3"

[dependencies.itertools]
version = "0.7.7"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.unicode-normalization]
version = "0.1.5"
[dev-dependencies.rand]
version = "0.4.2"
[badges.travis-ci]
repository = "ttlajus/lava_torrent"