# 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" rust-version = "1.75" name = "oli" version = "0.41.13" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenDAL Command Line Interface" homepage = "https://opendal.apache.org/" readme = "README.md" keywords = [ "storage", "data", "s3", "fs", "azblob", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "oli" path = "src/lib.rs" [[bin]] name = "oli" path = "src/bin/oli.rs" [[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" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "string", "derive", "deprecated", ] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3" [dependencies.opendal] version = "0.50.0" 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", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.39" features = [ "fs", "macros", "rt-multi-thread", "io-std", ] [dependencies.toml] version = "0.8.12" [dependencies.url] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2" [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"]