[package]
edition = "2021"
name = "list_with_depth"
version = "0.1.1"
authors = ["Jack Kelly <jack@openclimatefix.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "List objects from object_store with the given prefix and depth."
homepage = "https://github.com/JackKelly/list_with_depth"
readme = "README.md"
keywords = [
"object",
"storage",
"cloud",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/JackKelly/list_with_depth"
[lib]
name = "list_with_depth"
path = "src/lib.rs"
[dependencies.object_store]
version = "0.11"
[dependencies.tokio]
version = "1.42"
features = ["macros"]