Documentation
[dependencies.regex]
version = "1.11.1"

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

[package]
authors = ["Cariad Eccleston <cariad@cariad.earth>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "AWS S3 URIs"
edition = "2021"
license = "MIT"
name = "s3uri"
readme = "README.md"
repository = "https://github.com/cariad/s3uri"
version = "0.1.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"