asimov-sys 24.0.0-dev.22

ASIMOV Software Development Kit (SDK) for Rust
Documentation
[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[features]
default = []
dylib = ["dep:libloading"]
std = []
unstable = []

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

[package]
authors = ["ASIMOV by Haltia.AI <support@asimov.so>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["external-ffi-bindings"]
description = "ASIMOV Software Development Kit (SDK) for Rust"
edition = "2021"
homepage = "https://sdk.asimov.so"
keywords = ["asimov", "ai", "sdk", "ffi"]
license = "Unlicense"
name = "asimov-sys"
publish = true
readme = "README.md"
repository = "https://github.com/AsimovPlatform/asimov.rs"
rust-version = "1.81"
version = "24.0.0-dev.22"

[target."cfg(any(unix, windows))".dependencies.libloading]
optional = true
version = "0.8"