# 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" rust-version = "1.67.1" name = "tsid" version = "0.3.1" authors = ["Maciej Stępyra "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for generating Time-Sorted Unique Identifiers" documentation = "https://docs.rs/tsid/" readme = "README.md" keywords = [ "tsid", "sortable", "identifier", "generator", ] license = "MIT" repository = "https://github.com/jakudlaty/tsid/" [package.metadata] msrv = "1.67.1" [package.metadata.release] allow-branch = ["main"] [lib] name = "tsid" path = "src/lib.rs" [dependencies.bson] version = "2" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" optional = true [dev-dependencies.bson] version = "2.7.0" [dev-dependencies.serde_json] version = "1" [features] bson_as_string = ["bson"] debug = [] default = [ "debug", "chrono", ] serde_as_string = ["serde"]