arcula 2.0.3

Arcula - MongoDB database synchronization tool
Documentation
# 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 = "arcula"
version = "2.0.3"
authors = ["gagosha <me@gagosha.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arcula - MongoDB database synchronization tool"
readme = "README.md"
keywords = [
    "mongodb",
    "sync",
    "database",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/ggagosh/arcula"

[lib]
name = "arcula"
path = "src/lib.rs"

[[bin]]
name = "arcula"
path = "src/main.rs"

[[test]]
name = "docker_tests"
path = "tests/docker_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "3.0"

[dependencies.dotenv]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

[dependencies.keyring]
version = "3.6"
features = [
    "apple-native",
    "windows-native",
    "linux-native",
]

[dependencies.log]
version = "0.4"

[dependencies.mongodb]
version = "3.2"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.20"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.45"
features = ["full"]

[dependencies.which]
version = "7.0"

[dev-dependencies.tokio-test]
version = "0.4"