asimov-cloud 25.1.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"
name = "asimov-cloud"
version = "25.1.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"

[features]
all = ["tracing"]
clap = [
    "asimov-credit/clap",
    "asimov-id/clap",
    "asimov-kb/clap",
]
default = [
    "all",
    "std",
]
eloquent = [
    "asimov-credit/eloquent",
    "asimov-id/eloquent",
    "asimov-kb/eloquent",
]
libsql = [
    "asimov-credit/libsql",
    "asimov-id/libsql",
    "asimov-kb/libsql",
]
rocket = [
    "asimov-id/rocket",
    "asimov-kb/rocket",
]
serde = [
    "asimov-credit/serde",
    "asimov-id/serde",
    "asimov-kb/serde",
]
std = [
    "asimov-credit/std",
    "asimov-id/std",
    "asimov-kb/std",
    "asimov-nexus/std",
    "dogma/std",
]
tracing = []
turso = [
    "asimov-credit/turso",
    "asimov-id/turso",
    "asimov-kb/turso",
]
unstable = []
validator = ["asimov-nexus/validator"]

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

[dependencies.asimov-credit]
version = "25.1.0"
default-features = false

[dependencies.asimov-id]
version = "25.1.0"
default-features = false

[dependencies.asimov-kb]
version = "25.1.0"
default-features = false

[dependencies.asimov-nexus]
version = "25.1.0"
default-features = false

[dependencies.derive_more]
version = "2"
features = ["display"]

[dependencies.dogma]
version = "0.1.10"
features = ["traits"]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1"
features = [
    "io-util",
    "rt",
]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
    "json",
]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.tokio_with_wasm]
version = "0.8"
features = ["rt"]