# 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 = "rust-distributed-id" version = "0.1.3" authors = ["zxgangandy "] description = "Rust version of the Twitter snowflake algorithm." documentation = "https://docs.rs/rust-distributed-id" readme = "README.md" keywords = [ "snowflake", "distributed-id", ] categories = [ "development-tools", "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/zxgangandy/rid.git" resolver = "2" [dependencies.async-std] version = "1.12.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hostname] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rbatis] version = "3.0" features = [ "mysql", "runtime-async-std-rustls", ] default-features = false [dependencies.rbson] version = "2.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.81"