simple-agents-cache 0.2.4

Caching utilities for SimpleAgents
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.75"
name = "simple-agents-cache"
version = "0.2.4"
authors = ["SimpleAgents Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Caching utilities for SimpleAgents"
homepage = "https://github.com/rishub/simple-agents"
documentation = "https://docs.rs/simple-agent-type"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rishub/simple-agents"

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

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

[dependencies.simple-agent-type]
version = "0.2.0"

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "sync",
    "time",
]

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