kagi-sync 0.1.9

Remote sync client and protocol types for Kagi
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 = "2024"
name = "kagi-sync"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote sync client and protocol types for Kagi"
readme = false
license = "MIT"
repository = "https://github.com/BANG88/kagi"

[features]
server = []

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

[dependencies.age]
version = "0.11.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.13.0"

[dependencies.kagi-domain]
version = "0.1.9"

[dependencies.nanoid]
version = "0.5.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
    "parsing",
]

[dependencies.url]
version = "2.5"

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