UsageRun the following command in your project directorycargo add scryptencCrate featuresallocEnables features that require an allocator. This is enabled by default (implied by std).serdeEnables serialization support for Params.stdEnables features that depend on the standard library. This is enabled by default.no_std supportThis supports no_std mode. Disables the default feature to enable this.