[package]
edition = "2021"
name = "multistore-path-mapping"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hierarchical path mapping for the multistore S3 proxy gateway"
readme = "README.md"
license = "MIT"
[lib]
name = "multistore_path_mapping"
path = "src/lib.rs"
[[test]]
name = "mapping_tests"
path = "tests/mapping_tests.rs"
[dependencies.multistore]
version = "0.3.1"
[dependencies.percent-encoding]
version = "2"
[dependencies.tracing]
version = "0.1"