[dependencies]
[dev-dependencies.assertr]
version = "0.3.1"
[lib]
name = "s3_path"
path = "src/lib.rs"
[package]
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = """
Describe paths inside an S3 bucket like working with std's Path and PathBuf.
"""
edition = "2021"
keywords = ["s3", "path", "s3-path"]
license = "MIT OR Apache-2.0"
name = "s3-path"
readme = "README.md"
repository = "https://github.com/lpotthast/s3-path"
rust-version = "1.78.0"
version = "0.1.3"