# 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 = "bottomless-cli" version = "0.1.14" description = "Command-line interface for bottomless replication for libSQL" keywords = [ "libsql", "sqlite", "s3", "cli", "replication", ] license = "MIT" repository = "https://github.com/libsql/bottomless" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.aws-config] version = "0.52.0" [dependencies.aws-sdk-s3] version = "0.22.0" [dependencies.aws-smithy-types] version = "0.52.0" [dependencies.bottomless] version = "0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.uuid] version = "1.2.2" features = ["v7"]