# 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 = "mini_uuid" version = "0.2.0" description = "A small and URL-safe UUID crate for Rust." homepage = "https://github.com/nanokeshtw/mini_uuid" documentation = "https://docs.rs/mini_uuid/latest/mini_uuid/" readme = "README.md" keywords = [ "uuid", "base64", "url-safe", "short", "mini", ] categories = ["data-structures"] license-file = "LICENSE" [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4.3" [dependencies.uuid] version = "1.8.0" [features] default = [ "v4", "url_safe", "padded", ] padded = [] url_safe = [] v1 = ["uuid/v1"] v4 = ["uuid/v4"] v7 = ["uuid/v7"]