# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "random-string" version = "1.1.0" authors = [ "FssAy <49795742+DmitrijVC@users.noreply.github.com>", "Skarlett@github.com", ] description = "Allows to generate random strings based on a given charset and length." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/DmitrijVC/random-string" [profile.release] opt-level = 3 [lib] path = "src/random_string.rs" [dependencies.fastrand] version = "1.4" [features] charsets = [] default = ["charsets"]