[package]
edition = "2024"
rust-version = "1.88.0"
name = "hadris-path"
version = "2.0.0-rc.2"
authors = ["hxyulin"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allocation-free lexical paths for virtual filesystems and archives"
readme = "README.md"
keywords = [
"path",
"no-std",
"filesystem",
"archive",
]
categories = [
"no-std",
"filesystem",
]
license = "MIT"
repository = "https://github.com/hxyulin/hadris"
resolver = "2"
[features]
alloc = []
default = []
[lib]
name = "hadris_path"
path = "src/lib.rs"