oversync-transforms 0.4.4

Declarative transform step library for the oversync data sync engine.
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 = "oversync-transforms"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative transform step library for the oversync data sync engine."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/overrealdb/oversync"
resolver = "2"

[features]
default = ["js"]
js = [
    "dep:rquickjs",
    "dep:rquickjs-serde",
]
wasm = ["dep:wasmtime"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.oversync-core]
version = "0.4.4"

[dependencies.regex]
version = "1"

[dependencies.rquickjs]
version = "0.11"
features = ["parallel"]
optional = true

[dependencies.rquickjs-serde]
version = "0.5"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.wasmtime]
version = "41"
optional = true

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.wat]
version = "1"