cooklang-sync-client 0.4.9

A client library for cooklang-sync
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 = "cooklang-sync-client"
version = "0.4.9"
authors = ["Alexey Dubovskoy <alexey@cooklang.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client library for cooklang-sync"
readme = "README.md"
keywords = [
    "file-sync",
    "sync",
]
license = "MPL-2.0"
repository = "https://github.com/cooklang/cooklang-sync"

[features]
ffi = ["uniffi"]

[lib]
name = "cooklang_sync_client"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

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

[[bin]]
name = "uniffi-bindgen"
path = "src/uniffi-bindgen.rs"
required-features = [
    "ffi",
    "uniffi/cli",
]

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

[dependencies.async-stream]
version = "0.3"

[dependencies.base64]
version = "0.22"

[dependencies.diesel]
version = "2.3"
features = [
    "sqlite",
    "time",
    "r2d2",
    "32-column-tables",
]
default-features = false

[dependencies.diesel_migrations]
version = "2.3"
features = ["sqlite"]

[dependencies.env_logger]
version = "0.11"
features = [
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.libsqlite3-sys]
version = "0.35"
features = ["bundled"]

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "8.2"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.quick_cache]
version = "0.6.18"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "gzip",
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["std"]

[dependencies.tokio]
version = "1.48"
features = [
    "time",
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.uniffi]
version = "0.30"
optional = true

[dependencies.uuid]
version = "1.18"
features = ["v4"]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.tempfile]
version = "3.23"

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

[dev-dependencies.wiremock]
version = "0.6"