oli 0.41.12

OpenDAL Command Line Interface
Documentation
[[bin]]
name = "oli"
path = "src/bin/oli.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["cargo", "string"]
version = "4"

[dependencies.dirs]
version = "5.0.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.opendal]
features = ["services-azblob", "services-azdls", "services-cos", "services-fs", "services-gcs", "services-ghac", "services-http", "services-ipmfs", "services-memory", "services-obs", "services-oss", "services-s3", "services-webdav", "services-webhdfs", "services-azfile"]
version = "0.50.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread", "io-std"]
version = "1.39"

[dependencies.toml]
version = "0.8.12"

[dependencies.url]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3.10.1"

[features]
services-dashmap = ["opendal/services-dashmap"]
services-etcd = ["opendal/services-etcd"]
services-ftp = ["opendal/services-ftp"]
services-hdfs = ["opendal/services-hdfs"]
services-ipfs = ["opendal/services-ipfs"]
services-memcached = ["opendal/services-memcached"]
services-mini-moka = ["opendal/services-mini-moka"]
services-moka = ["opendal/services-moka"]
services-redis = ["opendal/services-redis"]
services-rocksdb = ["opendal/services-rocksdb"]
services-sled = ["opendal/services-sled"]

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

[package]
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem"]
description = "OpenDAL Command Line Interface"
edition = "2021"
homepage = "https://opendal.apache.org/"
keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oli"
readme = "README.md"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.12"

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

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

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

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

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