# 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" version = "0.1.16" description = "Bottomless replication for libSQL" keywords = [ "libsql", "sqlite", "s3", "wal", "replication", ] license = "MIT" repository = "https://github.com/libsql/bottomless" resolver = "1" [lib] crate-type = [ "rlib", "staticlib", ] [dependencies.anyhow] version = "1.0.66" [dependencies.async-compression] version = "0.3.15" features = [ "tokio", "gzip", ] [dependencies.aws-config] version = "0.52.0" [dependencies.aws-sdk-s3] version = "0.22.0" [dependencies.bytes] version = "1" [dependencies.crc] version = "3.0.0" [dependencies.futures] version = "0.3.25" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.2.2" features = ["v7"] [features] libsql_linked_statically = []