# 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 = "hyperflake-rs" version = "0.1.1" authors = ["Jyotirmoy Bandyopadhayaya "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and lightweight Rust crate library to generate unique snowflake like IDs starting from beginning of the 21th century." documentation = "https://docs.rs/hyperflake-rs" readme = "README.md" keywords = [ "hyperflake", "snowflake", "unique", "id", "generator", ] categories = [ "algorithms", "development-tools", "no-std", ] license = "MIT" repository = "https://github.com/bravo68web/hyperflake-rs" [lib] name = "hyperflake_rs" path = "src/lib.rs" [dependencies] [badges.maintenance] status = "passively-maintained"