automorph 0.1.0

Derive macros for bidirectional Automerge-Rust struct synchronization
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"
rust-version = "1.85"
name = "automorph"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE-*",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for bidirectional Automerge-Rust struct synchronization"
documentation = "https://docs.rs/automorph"
readme = "README.md"
keywords = [
    "automerge",
    "crdt",
    "serde",
    "derive",
    "sync",
]
categories = [
    "encoding",
    "data-structures",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/dpp/automorph"

[features]
chrono = ["dep:chrono"]
default = []
full = [
    "chrono",
    "uuid",
]
uuid = ["dep:uuid"]

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

[dependencies.anyhow]
version = "1"

[dependencies.automerge]
version = "0.7"

[dependencies.automorph-derive]
version = "0.1.0"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
optional = true

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]