# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bendy" version = "0.3.3" authors = ["P3KI ", "TQ Hirsch ", "Bruno Kirschner "] description = "A rust library for encoding and decoding bencode with enforced canonicalization rules.\n" 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.failure] version = "^0.1.3" features = ["derive"] default_features = false [dependencies.serde_] version = "^1.0" optional = true package = "serde" [dependencies.serde_bytes] version = "^0.11.3" optional = true [dev-dependencies.regex] version = "^1.0" [dev-dependencies.serde_derive] version = "^1.0" [features] default = ["std"] serde = ["serde_", "serde_bytes"] std = ["failure/std"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "P3KI/bendy"