# 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 = "zng-unique-id" version = "0.4.7" authors = ["The Zng Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_unique_id" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [package.metadata.docs.rs] all-features = true [lib] name = "zng_unique_id" path = "src/lib.rs" [dependencies.hashbrown] version = "0.15" features = ["rayon"] [dependencies.linkme] version = "=0.3.28" optional = true [dependencies.once_cell] version = "1.19" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.paste] version = "1.0" [dependencies.rayon] version = "1.10" [dependencies.tracing] version = "0.1" [dependencies.zng-txt] version = "0.2.8" optional = true [features] default = ["named"] hot_reload = ["dep:linkme"] named = [ "dep:zng-txt", "dep:parking_lot", ]