[dependencies.dogma]
default-features = false
features = ["traits"]
version = "0.1.10"
[features]
all = ["tracing"]
default = ["all", "std"]
std = ["dogma/std"]
tracing = []
unstable = []
[lib]
name = "asimov_construct"
path = "src/lib.rs"
[package]
authors = ["ASIMOV Systems <support@asimov.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "ASIMOV Software Development Kit (SDK) for Rust"
edition = "2024"
homepage = "https://sdk.asimov.sh"
keywords = ["asimov", "ai", "sdk"]
license = "Unlicense"
name = "asimov-construct"
publish = true
readme = "README.md"
repository = "https://github.com/asimov-platform/asimov.rs"
resolver = "2"
rust-version = "1.85"
version = "25.0.0-dev.23"