pathlink 0.5.0

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

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

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

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

[dev-dependencies]
serde_json = "1.0"