# 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 = "s3b" version = "0.1.0" authors = ["Dan Cook "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool for uploading data to Amazon S3, backed by an embedded database." readme = "README.md" license = "MIT" repository = "https://github.com/dotxlem/s3b" [[bin]] name = "s3b" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.aws-config] version = "1.5" features = ["behavior-version-latest"] [dependencies.aws-credential-types] version = "1.2.1" [dependencies.aws-sdk-dynamodb] version = "1.42" features = ["rt-tokio"] [dependencies.bincode] version = "1.3" [dependencies.blake3] version = "1.5" features = ["rayon"] [dependencies.brotli] version = "7.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.cli-table] version = "0.4" [dependencies.colored] version = "2.2" [dependencies.futures] version = "0.3" [dependencies.gluesql] version = "0.16" [dependencies.indicatif] version = "0.17" [dependencies.inquire] version = "0.7" [dependencies.itertools] version = "0.13" [dependencies.object_store] version = "0.11" features = ["aws"] [dependencies.rayon] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.walkdir] version = "2.5"