feat(hash):基本完成图像感知散列功能。
This commit is contained in:
@@ -11,10 +11,12 @@ crate-type = ["dylib", "rlib"]
|
||||
[dependencies]
|
||||
aes = "0.8.3"
|
||||
base64 = "0.21.2"
|
||||
blockhash = "0.5.0"
|
||||
cbc = "0.1.2"
|
||||
des = "0.8.1"
|
||||
hex = "0.4.3"
|
||||
hmac-sha512 = "1.1.5"
|
||||
image = "0.24.6"
|
||||
md-5 = "0.10.5"
|
||||
rand = "0.8.5"
|
||||
sha1 = "0.10.5"
|
||||
|
||||
Reference in New Issue
Block a user