|
|
@ -1,6 +1,6 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "cryptohelpers"
|
|
|
|
name = "cryptohelpers"
|
|
|
|
version = "1.8.1"
|
|
|
|
version = "1.8.2"
|
|
|
|
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>"]
|
|
|
@ -21,6 +21,7 @@ tokio = {version = "0.2", 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}
|
|
|
|
|
|
|
|
base64 = "0.13.0"
|
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
[features]
|
|
|
|
default = ["full", "async", "serialise"]
|
|
|
|
default = ["full", "async", "serialise"]
|
|
|
|