# 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 = "serde_bencoded" version = "0.3.2" authors = ["Danylo Kondratiev "] description = "Yet another encoding/decoding library for bencode" readme = "README.md" keywords = [ "bencode", "serde", "deserialization", "serialization", "torrent", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/knightpp/serde_bencoded" [[bench]] name = "bench" harness = false [dependencies.btoi] version = "0.4" [dependencies.itoa] version = "1.0" [dependencies.serde] version = "1.0" [dev-dependencies.atty] version = "0.2" [dev-dependencies.bytesize] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hashers] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [features] default = ["sort_dictionary"] sort_dictionary = []