# 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 = "remote-files" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a cli/lib wrapper of opendal to download/upload and manage remote files on buckets" readme = "README.md" keywords = [ "file", "bucket", "s3", "gcs", ] license = "MIT" repository = "https://github.com/amountainram/remote-files" [package.metadata.release] pre-release-commit-message = "'remote-files' tagged to version '{{version}}'" publish = false push = false tag-message = "'remote-files' tag '{{version}}'" [[package.metadata.release.pre-release-replacements]] file = "schemas/configuration.schema.json" replace = "/remote-files/v{{version}}/" search = '\/remote-files\/v[a-z0-9\.-]+\/' [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = "symbols" [lib] name = "remote_files" path = "src/lib.rs" [[bin]] name = "remote-files" path = "src/main.rs" [[test]] name = "client_operations" path = "tests/client_operations.rs" [[test]] name = "configuration_schema_test" path = "tests/configuration_schema_test.rs" [dependencies.bytes] version = "1.7.2" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.31" [dependencies.opendal] version = "0.50.0" features = [ "services-gcs", "services-s3", ] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "fs", "io-util", "macros", "rt-multi-thread", ] [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.url] version = "2.5.2" [dev-dependencies.urlencoding] version = "2.1.3" [dev-dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]