# 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.2.4" authors = ["Alexey Dubovskoy "] build = 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" [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 = ["uniffi/cli"] [dependencies.async-stream] version = "0.3" [dependencies.diesel] version = "2.1" features = [ "sqlite", "time", "r2d2", "serde_json", ] [dependencies.diesel_migrations] version = "2.1" features = ["sqlite"] [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.jsonwebtoken] version = "9" [dependencies.log] version = "0.4" [dependencies.notify] version = "6.1" [dependencies.notify-debouncer-mini] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.quick_cache] version = "0.4.1" [dependencies.reqwest] version = "0.11" features = [ "json", "gzip", "stream", ] [dependencies.reqwest-middleware] version = "0.2" [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["std"] [dependencies.tokio] version = "1.35" features = [ "time", "fs", "macros", "rt-multi-thread", ] [dependencies.uniffi] version = "0.28" [dependencies.uuid] version = "1.7" features = ["v4"] [dependencies.walkdir] version = "2.4"