UsageAdd this to your Cargo.toml[dependencies] abcrypt = "0.3.7"Crate featuresallocEnables features that require an allocator. This is enabled by default (implied by std).stdEnables features that depend on the standard library. This is enabled by default.serdeEnables serialization support for Params.no_std supportThis supports no_std mode. Disables the default feature to enable this.Note that the memory blocks used by Argon2 when calculating a derived key is limited to 256 KiB when the alloc feature is disabled.