torrentinfo 0.1.1

A torrent file parser
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 = "torrentinfo"
version = "0.1.1"
authors = ["Daniel Müller <perlfuchsi@gmail.com>"]
description = "A torrent file parser"
readme = "README.md"
keywords = ["torrent", "bencode"]
categories = ["command-line-utilities"]
license = "GPL-3.0+"
repository = "https://github.com/fuchsi/torrentinfo"
[profile.release]
lto = true
[dependencies.chrono]
version = "0.4.2"

[dependencies.clap]
version = "2.31.2"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.number_prefix]
version = "0.2.8"

[dependencies.serde]
version = "1.0.45"

[dependencies.serde_bencode]
version = "0.2.0"

[dependencies.serde_bytes]
version = "0.10.4"

[dependencies.serde_derive]
version = "1.0.45"

[dependencies.sha-1]
version = "0.7.0"

[dependencies.yansi]
version = "0.4.0"