# 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 = "librqbit-bencode" version = "3.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bencode serialization and deserialization using Serde" documentation = "https://docs.rs/librqbit-bencode" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [lib] name = "librqbit_bencode" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.buffers] version = "4" package = "librqbit-buffers" [dependencies.bytes] version = "1.7.1" [dependencies.clone_to_owned] version = "3" package = "librqbit-clone-to-owned" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha1w] version = "4" default-features = false package = "librqbit-sha1-wrapper" [features] default = ["sha1-crypto-hash"] sha1-crypto-hash = ["sha1w/sha1-crypto-hash"] sha1-ring = ["sha1w/sha1-ring"]