# 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 = "parse_torrent" version = "0.5.2" authors = ["craig OConnor "] description = "Parse Bittorent .torrent files into usable structs" license = "GPL-3.0" repository = "https://github.com/CraigglesO/parse-torrent" [dependencies] sha1 = "0.2.0" serde_bencode = "0.1.3" bincode = "0.6.1" bencode = "0.1.16" rustc-serialize = "0.3" rust-crypto = "0.2.36" serde_derive = "0.8.22" serde_bytes = "0.10.0" serde = "0.8.22" chrono = "0.3"