[package] description = "(WIP) The Place Where Data Lives" edition = "2021" keywords = ["storage", "data", "s3", "fs", "azblob"] license = "Apache-2.0" name = "abode" version = "0.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4" anyhow = "1" clap = { version = "4", features = ["cargo"] } futures = "0.3" opendal = "0.27" percent-encoding = "2" sluice = "0.5" tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] } tracing = "0.1" tracing-subscriber = "0.3"