Bug 1943761 - Add class alignment to the mozsearch analysis file. r=asuth
[gecko.git] / security / manager / ssl / crypto_hash / Cargo.toml
blobf842368d4b5f2965d8bfc81881fbeb573eeb7250
1 [package]
2 name = "crypto_hash"
3 version = "0.1.0"
4 edition = "2021"
6 [dependencies]
7 base64 = "0.21"
8 digest = "0.10.2"
9 libc = "0.2"
10 md-5 = "0.10.2"
11 nserror = { path = "../../../../xpcom/rust/nserror" }
12 nsstring = { path = "../../../../xpcom/rust/nsstring" }
13 sha1 = "0.10.2"
14 sha2 = "0.10.2"
15 xpcom = { path = "../../../../xpcom/rust/xpcom" }