# 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 = "hr-id" version = "0.6.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A human-readable unique ID which supports Unicode, safe for URLs and file paths" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/haydnv/hr-id.git" [lib] name = "hr_id" path = "src/lib.rs" [dependencies.async-hash] version = "~0.5.4" optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.derive_more] version = "1.0" features = ["display"] [dependencies.destream] version = "0.8" features = [] optional = true [dependencies.get-size] version = "0.1" [dependencies.hex] version = "0.4" optional = true [dependencies.regex] version = "1.10" [dependencies.safecast] version = "0.2" [dependencies.serde] version = "1.0" features = [] optional = true [dependencies.uuid] version = "1.10" optional = true [features] all = [ "hash", "stream", "serde", "uuid", ] hash = [ "async-hash", "hex", ] stream = [ "destream", "async-trait", ]