openpathresolver 0.1.4

A simple path resolution framework
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 = "2024"
name = "openpathresolver"
version = "0.1.4"
build = false
include = [
    "/CHANGELOG.md",
    "/Cargo.toml",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/README.md",
    "/SECURITY.md",
    "/src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple path resolution framework"
readme = "README.md"
keywords = [
    "path",
    "pipeline",
    "workspace",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/scott-wilson/openpathresolver"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.cached]
version = "0.56.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["rt"]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dev-dependencies.walkdir]
version = "2.5.0"