[dependencies.dogma]
default-features = false
version = "0.1"
[dependencies.stability]
version = "0.2"
[features]
all = ["tracing"]
default = ["all", "std"]
std = ["dogma/std"]
tracing = []
unstable = []
[lib]
name = "asimov_protocol"
path = "src/lib.rs"
[package]
authors = ["ASIMOV by Haltia.AI <support@asimov.so>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "data-structures", "network-programming"]
description = "ASIMOV Software Development Kit (SDK) for Rust"
edition = "2021"
homepage = "https://sdk.asimov.so"
keywords = ["asimov", "ai", "sdk"]
license = "Unlicense"
name = "asimov-protocol"
publish = true
readme = "README.md"
repository = "https://github.com/AsimovPlatform/asimov.rs"
rust-version = "1.70"
version = "24.0.0-dev.21"