statsai-sync 0.1.0

Sync sink traits and local sinks for statsai.
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 = "statsai-sync"
version = "0.1.0"
authors = ["Dmitry Starkov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync sink traits and local sinks for statsai."
readme = false
license = "Apache-2.0"
repository = "https://github.com/starkdmi/statsai"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.statsai-core]
version = "0.1.0"

[dependencies.ureq]
version = "2.9"
features = ["json"]

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

[dev-dependencies.tiny_http]
version = "0.12"