# 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.1.6" 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.diesel] version = "2.1.4" features = [ "sqlite", "time", "r2d2", "serde_json", ] [dependencies.diesel_migrations] version = "2.1.0" features = ["sqlite"] [dependencies.env_logger] version = "0.11.0" [dependencies.futures] version = "0.3.30" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.20" [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-mini] version = "0.4.1" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.quick_cache] version = "0.4.1" [dependencies.reqwest] version = "0.11.24" features = [ "json", "multipart", "gzip", ] [dependencies.reqwest-middleware] version = "0.2.4" [dependencies.rusqlite] version = "0.30.0" features = ["bundled"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.57" [dependencies.time] version = "0.3.31" features = ["std"] [dependencies.tokio] version = "1.35.1" features = [ "time", "fs", "macros", "rt-multi-thread", ] [dependencies.uniffi] version = "0.26.1" [dependencies.uuid] version = "1.7.0" features = ["v4"] [dependencies.walkdir] version = "2.4.0"