|
|
@ -1,6 +1,6 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "cryptohelpers"
|
|
|
|
name = "cryptohelpers"
|
|
|
|
version = "1.8.2"
|
|
|
|
version = "1.8.3"
|
|
|
|
license= "MIT"
|
|
|
|
license= "MIT"
|
|
|
|
description = "Collection of helpers and simplifying functions for cryptography things"
|
|
|
|
description = "Collection of helpers and simplifying functions for cryptography things"
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
@ -17,7 +17,7 @@ getrandom = {version = "0.1", optional = true }
|
|
|
|
crc = {version = "1.8", optional = true }
|
|
|
|
crc = {version = "1.8", optional = true }
|
|
|
|
hex-literal = {version = "0.3", optional = true }
|
|
|
|
hex-literal = {version = "0.3", optional = true }
|
|
|
|
libc = "0.2"
|
|
|
|
libc = "0.2"
|
|
|
|
tokio = {version = "0.2", features=["io-util"], optional=true}
|
|
|
|
tokio = {version = "1", features=["io-util"], optional=true}
|
|
|
|
serde_derive = {version = "1.0", optional = true}
|
|
|
|
serde_derive = {version = "1.0", optional = true}
|
|
|
|
serde = {version = "1.0", optional = true}
|
|
|
|
serde = {version = "1.0", optional = true}
|
|
|
|
futures = {version = "0.3.8", optional=true}
|
|
|
|
futures = {version = "0.3.8", optional=true}
|
|
|
|