asimov-cache 25.2.0

ASIMOV Software Development Kit (SDK) for Rust
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 = "2024"
rust-version = "1.93"
name = "asimov-cache"
version = "25.2.0"
authors = ["ASIMOV Systems <support@asimov.systems>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASIMOV Software Development Kit (SDK) for Rust"
homepage = "https://sdk.asimov.sh"
readme = "README.md"
keywords = [
    "asimov",
    "ai",
    "sdk",
]
categories = []
license = "Unlicense"
repository = "https://github.com/asimov-platform/asimov.rs"
resolver = "2"

[package.metadata.readme]
title = "ASIMOV.rs: Cache Management"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
all = []
default = [
    "all",
    "std",
]
std = ["asimov-core/std"]
tracing = []
unstable = []

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

[dependencies.asimov-core]
version = "25.2.0"
default-features = false