aequora-executor 0.1.1

Server-authoritative, database-agnostic local-first synchronization for Rust
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.87"
name = "aequora-executor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-authoritative, database-agnostic local-first synchronization for Rust"
readme = false
license = "MIT"
repository = "https://github.com/irshadali5/aequora"
resolver = "2"

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

[dependencies.aequora-protocol]
version = "0.1.1"

[dependencies.aequora-security]
version = "0.1.1"

[dependencies.aequora-types]
version = "0.1.1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

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

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.tokio]
version = "1.45.1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.expect_used]
level = "deny"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

[lints.rust]
unsafe_code = "forbid"
unused_must_use = "deny"