[package]
edition = "2021"
rust-version = "1.74"
name = "libpath"
version = "0.0.3"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = false
exclude = [
".cargo",
".github",
".vimrc",
".vscode",
"scripts",
"target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Path parsing library for Rust"
homepage = "https://github.com/synesissoftware/libpath.Rust"
documentation = "https://docs.rs/libpath"
readme = "README.md"
keywords = [
"filesystem",
"parsing",
"path",
]
categories = [
"filesystem",
"parsing",
]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/libpath.Rust"
[features]
default = []
null-feature = []
[lib]
name = "libpath"
path = "src/lib.rs"
[[bin]]
name = "libver"
path = "test/scratch/libver/main.rs"
[dependencies.fastparse]
version = "0.0.3"
features = []
default-features = false
[dev-dependencies.test_help-rs]
version = "0.2.1"