summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/crypto_hash/Cargo.toml
blob: f842368d4b5f2965d8bfc81881fbeb573eeb7250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "crypto_hash"
version = "0.1.0"
edition = "2021"

[dependencies]
base64 = "0.21"
digest = "0.10.2"
libc = "0.2"
md-5 = "0.10.2"
nserror = { path = "../../../../xpcom/rust/nserror" }
nsstring = { path = "../../../../xpcom/rust/nsstring" }
sha1 = "0.10.2"
sha2 = "0.10.2"
xpcom = { path = "../../../../xpcom/rust/xpcom" }