# 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 = "2018" rust-version = "1.36.0" name = "bt_bencode" version = "0.8.1" authors = ["Bryant Luk "] include = [ "/src", "/tests", "/Cargo.toml", "/CHANGELOG.md", "/clippy.toml", "/deny.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", ] description = "A Bencode encoding/decoding implementation." documentation = "https://docs.rs/bt_bencode/" readme = "README.md" keywords = [ "bencode", "bittorrent", "torrent", "serialization", "serde", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/bt_bencode" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.itoa] version = "1.0.0" default-features = false [dependencies.serde] version = "1.0.100" default-features = false [dev-dependencies.serde_derive] version = "1.0.100" [dev-dependencies.sha1] version = "0.10.1" [features] alloc = ["serde/alloc"] default = ["std"] std = ["serde/std"]