# 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 = "rustq-nanoid" version = "0.0.1-dev3" authors = ["rustq"] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", ] description = "A tiny, secure, URL-friendly, unique string ID generator for Rust." homepage = "https://github.com/rustq/nanoid" documentation = "https://docs.rs/nanoid" readme = "README.md" keywords = [ "uuid", "random", "id", "url", ] license = "MIT" repository = "https://github.com/rustq/nanoid.git" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.smartstring] version = "1.0.1" optional = true [dev-dependencies.cargo-husky] version = "1" features = [ "prepush-hook", "precommit-hook", "postmerge-hook", "run-cargo-test", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.doc-comment] version = "0.3" [features] default = [] [badges.appveyor] branch = "master" repository = "rustq/nanoid" service = "github" [badges.maintenance] status = "actively-developed"