Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Aug 14, 2024
1 parent 28feecb commit 4beee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "rencrypt"
description = "A Python encryption library implemented in Rust. It supports AEAD with varius ciphers. It uses ring, RustCrypto (and derivates), sodiumoxide and orion to handle encryption. \n If offers slightly higher speed compared to other Python libs, especially for small chunks of data (especially the Ring provider with AES-GCM ciphers). The API also tries to be easy to use but it's more optimized for speed than usability."
version = "1.2.0"
version = "1.2.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
authors = ["Radu Marias <[email protected]>"]
Expand Down

0 comments on commit 4beee72

Please sign in to comment.