# 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 = "librqbit-sha1-wrapper" version = "4.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common interface around various sha1 implementations used in rqbit torrent client." documentation = "https://docs.rs/librqbit-sha1-wrapper" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" resolver = "2" [lib] name = "librqbit_sha1_wrapper" path = "src/lib.rs" [dependencies.crypto-hash] version = "0.3" optional = true [dependencies.ring] version = "0.17" optional = true [features] default = ["sha1-crypto-hash"] sha1-crypto-hash = ["crypto-hash"] sha1-ring = ["ring"]