[package]
name = "bottomless-cli"
version = "0.1.14"
edition = "2021"
license = "MIT"
keywords = ["libsql", "sqlite", "s3", "cli", "replication"]
repository = "https://github.com/libsql/bottomless"
description = "Command-line interface for bottomless replication for libSQL"
[dependencies]
anyhow = "1.0.66"
aws-config = "0.52.0"
aws-sdk-s3 = "0.22.0"
aws-smithy-types = "0.52.0"
bottomless = { version = "0", path = "../core" }
chrono = "0.4.23"
clap = { version = "4.0.29", features = ["derive"] }
tokio = { version = "1.23.0", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
uuid = { version = "1.2.2", git = "https://github.com/psarna/uuid", branch = "stable_v7", features = ["v7"] }