pathlink 0.2.2

A URL type whose path can also be used as a filesystem path, for Rust
Documentation
[package]
name = "pathlink"
version = "0.2.2"
authors = ["code@tinychain.net"]
edition = "2021"
license = "Apache-2.0"
description = "A URL type whose path can also be used as a filesystem path, for Rust"
repository = "https://github.com/haydnv/pathlink"
readme = "README.md"

categories = ["data-structures"]
keywords = ["ordered", "set", "map", "custom", "order"]

[features]
all = ["hash", "stream", "serialize", "uuid", "url"]
hash = ["async-hash", "hex", "hr-id/hash"]
stream = ["async-trait", "destream", "hr-id/stream"]
serialize = ["serde", "hr-id/serde"]
uuid = ["hr-id/uuid"]

[dependencies]
async-hash = { version = "0.5", optional = true }
async-trait = { version = "0.1", optional = true }
derive_more = { version = "0.99", features=["display"] }
destream = { version = "0.7", optional = true }
get-size = "0.1"
get-size-derive = "0.1"
hex = { version = "0.4", optional = true }
hr-id = "0.5"
safecast = "0.2"
serde = { version = "1.0", optional = true }
smallvec = "1.11"
url = { version = "2.5", optional = true }