oli 0.41.18

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.humansize]
version = "2.1"

[dependencies.humantime]
version = "2.2"

[dependencies.humantime-serde]
version = "1.1"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.parse-size]
version = "1.1"

[dependencies.pollster]
version = "0.4"

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

[dependencies.tokio]
features = ["full"]
version = "1.42"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.12"

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

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

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

[package]
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.80"
version = "0.41.18"

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

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

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

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

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

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