# 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 = "lava_torrent" version = "0.11.1" authors = ["ttlajus <40629580+ttlajus@users.noreply.github.com>"] description = "A library for parsing/encoding bencode and .torrent files." readme = "README.md" keywords = [ "bittorrent", "bencode", ] categories = [ "parsing", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ttlajus/lava_torrent" [dependencies.conv] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.num_cpus] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.rayon] version = "1" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [features] default = []