rqbit/crates/sha1w/Cargo.toml

15 lines
457 B
TOML
Raw Normal View History

2021-07-03 19:10:59 +01:00
[package]
name = "librqbit-sha1-wrapper"
2024-03-29 21:06:59 +00:00
version = "3.0.0"
2021-07-03 19:10:59 +01:00
edition = "2018"
2023-11-15 14:10:04 +00:00
description = "Common interface around various sha1 implementations used in rqbit torrent client."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-sha1-wrapper"
2023-11-15 14:11:51 +00:00
repository = "https://github.com/ikatson/rqbit"
2023-11-15 14:10:04 +00:00
readme = "README.md"
2021-07-03 19:10:59 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crypto-hash = "0.3"