hightorrent 0.1.0

High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents
Documentation
[dependencies.bt_bencode]
version = "0.7"

[dependencies.rustc-hex]
version = "2.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha256]
version = "1.1"

[dependencies.url]
version = "2.3"

[lib]
name = "hightorrent"
path = "src/lib.rs"

[package]
authors = ["angrynode <angrynode@kl.netlib.re>"]
description = "High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents"
documentation = "https://docs.rs/hightorrent"
edition = "2021"
keywords = ["torrent", "magnet", "bittorrent", "infohash", "tracker"]
license = "AGPL-3.0-only"
name = "hightorrent"
readme = "README.md"
rust-version = "1.64"
version = "0.1.0"