mxr-sync 0.4.10

Sync engine (providers to local store and search) for mxr
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"
name = "mxr-sync"
version = "0.4.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync engine (providers to local store and search) for mxr"
homepage = "https://github.com/planetaryescape/mxr"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/planetaryescape/mxr"

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

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

[dependencies.mxr-core]
version = "0.4.10"

[dependencies.mxr-search]
version = "0.4.10"

[dependencies.mxr-store]
version = "0.4.10"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.mxr-provider-fake]
version = "0.4.10"

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

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "uuid",
    "chrono",
    "migrate",
]