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