# 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 = "snowflake_me" version = "0.3.1" authors = ["houseme "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A distributed unique ID generator inspired by Twitter's Snowflake" homepage = "https://github.com/houseme/snowflake-rs" documentation = "https://docs.rs/snowflake_me/" readme = "README.md" keywords = [ "snowflake", "random", "id", "generator", "uniqueness", ] categories = [ "development-tools", "data-structures", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/houseme/snowflake-rs" [lib] name = "snowflake_me" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4" features = ["now"] default-features = false [dependencies.pnet_datalink] version = "0.35" optional = true default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" [features] default = [] ip-fallback = ["dep:pnet_datalink"]