libpath 0.0.4

Path parsing library (for Rust)
Documentation

# ##########################################################
# Package

[package]

authors = [
	"Matt Wilson <matthew@synesis.com.au>",
]
categories = [
	"filesystem",
	"parsing",
]
description = "Path parsing library (for Rust)"
documentation = "https://docs.rs/libpath"
edition = "2021"
exclude = [
	".cargo",
	".cursor",
	".github",
	".vimrc",
	".vscode",
	"scripts",
	"target",
]
homepage = "https://github.com/synesissoftware/libpath.Rust"
keywords = [
	"filesystem",
	"parsing",
	"path",
]
license = "BSD-3-Clause"
name = "libpath"
readme = "README.md"
repository = "https://github.com/synesissoftware/libpath.Rust"
rust-version = "1.74"
version = "0.0.4"


# ##########################################################
# Targets

[lib]
name = "libpath"
path = "src/lib.rs"

[[bin]]
name = "libver"
path = "test/scratch/libver/main.rs"

[[example]]
name = "versions"
path = "examples/versions/main.rs"


# ##########################################################
# Features

[features]

default = [
]


# General features:
#
# - "_NEVER_TO_BE_ENABLED" - this is a placeholder feature and must NEVER be specified;
# - "null-feature" - a feature that has no effect (and, thus, is useful for simplifying driver scripts);

_NEVER_TO_BE_ENABLED = []
null-feature = []


# Crate-specific features:
#


# ##########################################################
# Dependencies

[build-dependencies]

[dependencies]

fastparse = { version = "0.0.3", default-features = false, features = [
]}


[dev-dependencies]

test_help-rs = { version = "0.2", default-features = false, features = [
]}


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html