# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "abode" version = "0.0.0" description = "(WIP) The Place Where Data Lives" readme = "README.md" keywords = [ "storage", "data", "s3", "fs", "azblob", ] license = "Apache-2.0" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.futures] version = "0.3" [dependencies.opendal] version = "0.27" [dependencies.percent-encoding] version = "2" [dependencies.sluice] version = "0.5" [dependencies.tokio] version = "1.20" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"