# 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" name = "bendy" version = "0.4.0-beta.2" authors = [ "P3KI ", "TQ Hirsch ", "Bruno Kirschner ", ] description = """ A rust library for encoding and decoding bencode with enforced canonicalization rules. """ readme = "README.md" keywords = [ "bencode", "serialization", "deserialization", "bittorent", ] categories = [ "encoding", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/P3KI/bendy" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = 3 lto = true codegen-units = 1 [[example]] name = "encode_torrent" required-features = ["std"] [[test]] name = "core_test" required-features = ["std"] [dependencies.rustversion] version = "1.0.4" [dependencies.serde_] version = "^1.0" optional = true package = "serde" [dependencies.serde_bytes] version = "^0.11.3" optional = true [dependencies.snafu] version = "^0.7.1" default_features = false [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.regex] version = "^1.0" [dev-dependencies.serde_derive] version = "^1.0" [features] default = ["std"] serde = [ "serde_", "serde_bytes", ] std = ["snafu/std"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "P3KI/bendy"