# 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" name = "snowferris" version = "1.0.2" authors = ["zachel"] description = "various unique ID formats for Rust" readme = "README.md" keywords = ["id", "unique", "snowflake"] license-file = "LICENSE" repository = "https://git.sr.ht/~zachel/snowferris" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies] [features] full = ["snowflake", "sno", "sandflake", "ksuid", "xid", "nanoid", "macros"] ksuid = [] macros = [] nanoid = ["rngs"] rngs = [] sandflake = [] sno = [] snowflake = [] xid = []