# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nanoid" version = "0.4.0" authors = ["Nikolay Govorov "] 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/nikolay-govorov/nanoid" documentation = "https://docs.rs/nanoid" readme = "README.md" keywords = ["uuid", "random", "id", "url"] license = "MIT" repository = "https://github.com/nikolay-govorov/nanoid.git" [dependencies.rand] version = "0.8" features = ["small_rng"] [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" [badges.appveyor] branch = "master" repository = "nikolay-govorov/nanoid" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "nikolay-govorov/nanoid"