feat: v0.1.2, update denpencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "chacha20-poly1305-stream"
|
name = "chacha20-poly1305-stream"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>", "Hatter Jiang <jht5945@gmail.com>"]
|
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>", "Hatter Jiang <jht5945@gmail.com>"]
|
||||||
description = "A pure Rust implementation of the ChaCha20-Poly1305 AEAD from RFC 7539."
|
description = "A pure Rust implementation of the ChaCha20-Poly1305 AEAD from RFC 7539."
|
||||||
@@ -16,10 +16,10 @@ simd_opt = ["simd"]
|
|||||||
simd_asm = ["simd_opt"]
|
simd_asm = ["simd_opt"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
constant_time_eq = "0.1.0"
|
constant_time_eq = "0.1"
|
||||||
clippy = { version = "0.0.37", optional = true }
|
clippy = { version = "0.0", optional = true }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
chacha20-poly1305-aead = "0.1.2"
|
chacha20-poly1305-aead = "0.1"
|
||||||
benchmark-simple = "0.1.8"
|
benchmark-simple = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user