# 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 = "2018" rust-version = "1.67.0" name = "sequence-generator-rust" version = "0.5.0" authors = ["Luis Jesus Diaz Manzo "] description = "Customizable 64-bit unique distributed IDs sequence generator based on Twitter's ID (snowflake). Build in Rust" readme = "README.md" keywords = [ "distributed", "id", "generator", "snowflake", "unique", ] license = "Apache-2.0" repository = "https://github.com/drconopoima/sequence-generator-rust.git" [lib] name = "sequence_generator" path = "src/lib.rs" [[bin]] name = "sequence_generator" path = "src/main.rs" [dependencies.clap] version = "^3.2" features = [ "std", "derive", ] default-features = false [dependencies.dotenvy] version = "^0.15" [dependencies.time] version = "^0.3" features = ["parsing"] [dev-dependencies.rand] version = "^0.8"