# 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 = "short-uuid" version = "0.1.4" authors = ["Radim Höfer"] description = "A library to generate and parse short uuids" homepage = "https://github.com/radim10/short-uuid" documentation = "https://docs.rs/short-uuid" readme = "README.md" keywords = [ "uuid", "short-uuid", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/radim10/short-uuid" metadata = "0.1.4" [[bench]] name = "convert_benchmark" path = "benches/convert_benchmark.rs" harness = false [[bench]] name = "generate_benchmark" path = "benches/generate_benchmark.rs" harness = false [dependencies.uuid] version = "1.7.0" features = ["v4"] [dev-dependencies.criterion] version = "0.5.1" [features] default = ["std"] std = []