runar_services 0.1.0

SQLite integration and utilities for the Runar ecosystem.
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 = "2021"
rust-version = "1.70"
name = "runar_services"
version = "0.1.0"
authors = ["Runar Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite integration and utilities for the Runar ecosystem."
homepage = "https://github.com/runar-labs/runar-rust"
documentation = "https://docs.rs/runar_services"
readme = "README.md"
license = "MIT"
repository = "https://github.com/runar-labs/runar-rust"

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

[[example]]
name = "replication_example"
path = "examples/replication_example.rs"

[[test]]
name = "crud_sqlite_test"
path = "tests/crud_sqlite_test.rs"

[[test]]
name = "replication_e2e_test"
path = "tests/replication_e2e_test.rs"

[[test]]
name = "replication_test"
path = "tests/replication_test.rs"

[[test]]
name = "sqlite_test"
path = "tests/sqlite_test.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bincode]
version = "1.3.3"

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

[dependencies.ctor]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.prost]
version = "0.12"

[dependencies.runar-serializer]
version = "0.1"

[dependencies.runar-serializer-macros]
version = "0.1"

[dependencies.runar_common]
version = "0.1"
features = ["abstract_service"]

[dependencies.runar_macros_common]
version = "0.1"

[dependencies.runar_node]
version = "0.1"

[dependencies.rusqlite]
version = "0.31.0"
features = ["bundled-sqlcipher"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = [
    "sync",
    "rt",
    "macros",
]

[dependencies.uuid]
version = "1.8"
features = [
    "v4",
    "serde",
]

[dev-dependencies.runar_common]
version = "0.1"
features = ["abstract_service"]

[dev-dependencies.runar_macros]
version = "0.1"

[dev-dependencies.runar_macros_common]
version = "0.1"

[dev-dependencies.runar_test_utils]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serial_test]
version = "2.0"

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

[dev-dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "test-util",
]