tandem-core 0.3.13

Core types and helpers for the Tandem 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 = "2021"
name = "tandem-core"
version = "0.3.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and helpers for the Tandem engine"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/frumu-ai/tandem"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.keyring]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tandem-observability]
version = "0.3.13"

[dependencies.tandem-providers]
version = "0.3.13"

[dependencies.tandem-tools]
version = "0.3.13"

[dependencies.tandem-types]
version = "0.3.13"

[dependencies.tandem-wire]
version = "0.3.13"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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

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