libpath 0.0.3

Path parsing library for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"