# 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 = "timeflake-rs" version = "0.3.0" description = "Timeflake is a 128-bit, roughly-ordered, URL-safe UUID. Inspired by Twitter's Snowflake, Instagram's ID and Firebase's PushID." readme = "README.md" keywords = ["timeflake"] license = "MIT" repository = "https://github.com/perillamint/timeflake-rs" [dependencies.custom_error] version = "1.9" [dependencies.rand] version = "0.8" [dependencies.uuid] version = "1.1"