crossplatform_path 4.0.7

Crossplatform Path - Rust library
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 = "crossplatform_path"
version = "4.0.7"
authors = ["bestia.dev"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crossplatform Path - Rust library"
homepage = "https://bestia.dev"
readme = "README.md"
keywords = [
    "maintained",
    "ready-for-use",
    "rustlang",
    "crossplatform",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://codeberg.org/bestia-dev-ready-for-use/crossplatform_path"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.flate2]
version = "1.1.5"

[dependencies.tar]
version = "0.4.44"

[dependencies.thiserror]
version = "2.0.17"

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