# 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 = "UUID_extend" version = "0.1.7" authors = ["JN.X "] description = "Extension of uuid generation based on snowflake algorithm and implementation of ID to string conversion" readme = "README.md" keywords = [ "uuid", "id2str", "SnowFlake", ] license = "BSD-3-Clause" repository = "https://github.com/xyanyue/UUID_extend" [[bench]] name = "benchmark" harness = false [dependencies.base64] version = "0.21.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]