# 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 = "synclite" version = "0.2.2" description = "SQLite replication" readme = "README.md" keywords = [ "database", "async", "sqlite", ] categories = [ "database", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fmeringdal/synclite" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "0.55.3" [dependencies.aws-sdk-s3] version = "0.28.0" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.notify] version = "6.0.0" features = ["macos_kqueue"] default-features = false [dependencies.rand] version = "0.8" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "fs", "macros", ] [dependencies.tracing] version = "0.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.uuid] version = "1.3" features = ["v4"]