hr-id 0.7.0

A human-readable unique ID which supports Unicode, safe for URLs and file paths
Documentation
# 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.7.0"
authors = ["code@tinychain.net"]
build = false
autolib = 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/TinyChain-Inc/hr-id.git"

[features]
all = [
    "hash",
    "stream",
    "serde",
    "uuid",
]
hash = [
    "async-hash",
    "hex",
]
stream = ["destream"]

[lib]
name = "hr_id"
path = "src/lib.rs"

[dependencies.async-hash]
version = "~0.5.4"
optional = true

[dependencies.derive_more]
version = "1.0"
features = ["display"]

[dependencies.destream]
version = "0.10.0"
features = []
optional = true

[dependencies.get-size]
version = "0.1"

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.safecast]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = []
optional = true

[dependencies.uuid]
version = "1.10"
optional = true