# 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 = "id32" version = "2.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "32-character RFC 4648 lowercase Base32 IDs" readme = "README.md" keywords = [ "id", "id32", "uuid", "nanoid", "base32", ] license = "MPL-2.0" repository = "https://github.com/kahnpoint/id32" [lib] name = "id32" path = "src/lib.rs" [[test]] name = "test_id32" path = "tests/test_id32.rs" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"]