s3-path 0.3.2

Describe paths inside an S3 bucket like working with std's Path and PathBuf.
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.78.0"
name = "s3-path"
version = "0.3.2"
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Describe paths inside an S3 bucket like working with std's Path and PathBuf.
"""
readme = "README.md"
keywords = [
    "s3",
    "path",
    "s3-path",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lpotthast/s3-path"

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

[dependencies]

[dev-dependencies.assertr]
version = "0.3.1"