aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-25 22:53:31 +0200
committerAndreas Grois <andi@grois.info>2022-10-25 22:53:31 +0200
commit8898579c9ea369b2a130399d7c46ea0a6f3ebda8 (patch)
treeadc798fae90163ca4a26be7ed9851f9471b87227 /Cargo.toml
parentc43c86380e00b018d37dc9b8dbed275c7b6d264d (diff)
parent7440735dcfa8b5a5c378abfab5a8f33150edc723 (diff)
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 46e3713..d6166e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,12 +4,13 @@ version = "0.1.0"
edition = "2018"
authors = ["Andreas Grois"]
rust-version = "1.52"
-description = "Rust reimplementation of the PasswordMaker Pro algorithm. This project is not directly associated with PasswordMaker Pro."
+description = "Rust reimplementation of the PasswordMaker Pro algorithm. This is partially a port, partially written from scratch. Compatibility is a goal, but not guaranteed."
repository = "https://github.com/soulsource/passwordmaker-rs"
# License is LGPL, because original PasswordMaker Pro is LPGL too.
license = "LGPL-3.0-or-later"
keywords = ["password", "crypto", "password-generator", "security"]
categories = ["cryptography"]
+readme = "README.md"
[features]
default = ["precomputed_common_max_powers"]