# 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 = "sqlsync-reducer" version = "0.3.2" authors = [ "Carl Sverre", "orbitinghail", ] description = "SQLSync is a collaborative offline-first wrapper around SQLite. A SQLSync Reducer is responsible for executing mutations on the database both locally and on the server." homepage = "https://sqlsync.dev" license = "Apache-2.0" repository = "https://github.com/orbitinghail/sqlsync" resolver = "2" [[example]] name = "guest" crate-type = ["cdylib"] [[example]] name = "host" required-features = ["host"] [dependencies.bincode] version = "1.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.wasmi] version = "0.31" optional = true [dev-dependencies.anyhow] version = "1.0" features = ["backtrace"] [dev-dependencies.simple_logger] version = "4.1" [dev-dependencies.wasmi] version = "0.31" [features] default = ["guest"] guest = [] host = ["wasmi"]