# 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 = "ddcp" version = "0.2.4" build = "build.rs" description = "Distributed decentralized database-to-database copy" homepage = "https://gitlab.com/cmars232/ddcp" documentation = "https://docs.rs/ddcp" readme = "README.md" keywords = [ "distributed", "decentralized", "database", "sqlite", "veilid", ] categories = [ "command-line-utilities", "database", ] license = "MPL-2.0" repository = "https://gitlab.com/cmars232/ddcp.git" [lib] name = "ddcp" path = "src/lib.rs" [[bin]] name = "ddcp" path = "src/bin/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.capnp] version = "0.18" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.exec] version = "0.3" [dependencies.flume] version = "0.11" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8" [dependencies.rusqlite] version = "0.29" features = ["load_extension"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33" [dependencies.tokio-rusqlite] version = "0.4" [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" features = [ "log", "attributes", ] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.veilid-core] version = "0.2.5" [dependencies.xdg] version = "2.5" [build-dependencies.capnpc] version = "0.18"