crossplatform_path 3.0.3

Crossplatform Path Rust library
Documentation
[dependencies.anyhow]
version = "1.0.97"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
features = ["macros", "local-offset"]
version = "0.3.39"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
features = ["env-filter", "std", "fmt", "time"]
version = "0.3.19"

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

[package]
authors = ["bestia.dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Crossplatform Path Rust library"
edition = "2024"
homepage = "https://bestia.dev"
include = ["Cargo.toml", "LICENSE", "README.md", "src/*"]
keywords = ["maintained", "ready-for-use", "rustlang"]
license = "MIT"
name = "crossplatform_path"
publish = true
readme = "README.md"
repository = "https://github.com/bestia-dev/crossplatform_path"
version = "3.0.3"