# 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 = "2021" rust-version = "1.81" name = "asimov-sdk" version = "24.0.0-dev.22" authors = ["ASIMOV by Haltia.AI "] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "ASIMOV Software Development Kit (SDK) for Rust" homepage = "https://sdk.asimov.so" readme = "README.md" keywords = [ "asimov", "ai", "sdk", ] categories = [ "api-bindings", "data-structures", "text-processing", ] license = "Unlicense" repository = "https://github.com/AsimovPlatform/asimov.rs" [lib] name = "asimov_sdk" path = "src/lib.rs" [dependencies.asimov-core] version = "24.0.0-dev.22" [dependencies.asimov-sys] version = "24.0.0-dev.22" [dependencies.protoflow] version = "=0.4.1" features = [ "blocks", "derive", "sysml", ] default-features = false [dependencies.protoflow-blocks] version = "=0.4.1" features = ["hash"] default-features = false [dependencies.stability] version = "0.2" [dependencies.tokio] version = "1.38" optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [build-dependencies.cfg_aliases] version = "0.2" [features] all = [ "derive", "serde", "tracing", ] default = [ "all", "std", ] derive = ["protoflow/derive"] serde = [ "asimov-core/serde", "protoflow/serde", ] std = [ "asimov-core/std", "asimov-sys/std", "protoflow/std", "tokio?/full", "tracing?/std", ] tokio = [ "protoflow/tokio", "dep:tokio", ] tracing = [ "protoflow/tracing", "dep:tracing", ] unstable = [ "asimov-core/unstable", "asimov-sys/unstable", ] web = ["protoflow/web"] [target."cfg(not(wasm))".dependencies] [target."cfg(wasm)".dependencies]