# 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 = "2021" name = "rs-nanoid" version = "0.1.0" authors = ["jaevor"] description = "Nano ID in Rust -- most efficient and fast unique ID generation." documentation = "https://docs.rs/rs-nanoid" readme = "README.md" keywords = [ "rust", "nanoid", "uuid", "guid", ] license-file = "LICENSE" repository = "https://github.com/jaevor/rs-nanoid" [[bench]] name = "benchmarks" harness = false [dependencies.nanorand] version = "0.7.0" features = [ "getrandom", "std", "tls", ] default-features = false [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.1.2" [dev-dependencies.unicode-segmentation] version = "1.10.0"