# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bendecode" version = "0.1.3" authors = ["Mohamed Arish T P"] description = """ bendecode is a simple bencode parser specifically made for torrent files. It converts the file provided into a format acceptable in rust(structs and enums). """ readme = "README.md" keywords = [ "bittorrent", "decode", "bencode", "torrent", ] categories = [ "decoder", "torrent", ] license = "MIT" repository = "https://www.github.com/mohamedarish/bendecode" [dependencies]