[dependencies.async-hash]
optional = true
version = "0.5"
[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.derive_more]
features = ["display"]
version = "1.0"
[dependencies.destream]
optional = true
version = "0.8"
[dependencies.get-size]
version = "0.1"
[dependencies.get-size-derive]
version = "0.1"
[dependencies.hex]
optional = true
version = "0.4"
[dependencies.hr-id]
version = "0.6"
[dependencies.safecast]
version = "0.2"
[dependencies.serde]
optional = true
version = "1.0"
[dependencies.smallvec]
version = "1.13"
[features]
all = ["hash", "stream", "serialize", "uuid"]
hash = ["async-hash", "hex", "hr-id/hash"]
serialize = ["serde", "hr-id/serde"]
stream = ["async-trait", "destream", "hr-id/stream"]
uuid = ["hr-id/uuid"]
[lib]
name = "pathlink"
path = "src/lib.rs"
[package]
authors = ["code@tinychain.net"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "A URL type whose path can also be used as a filesystem path, for Rust"
edition = "2021"
keywords = ["ordered", "set", "map", "custom", "order"]
license = "Apache-2.0"
name = "pathlink"
readme = "README.md"
repository = "https://github.com/haydnv/pathlink"
version = "0.3.0"