# 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-flow" version = "24.0.0-dev.22" authors = ["ASIMOV by Haltia.AI "] build = false 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 = [ "concurrency", "network-programming", "no-std", ] license = "Unlicense" repository = "https://github.com/AsimovPlatform/asimov.rs" [lib] name = "asimov_flow" path = "src/lib.rs" [dependencies.asimov-core] 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.serde] version = "1.0" optional = true default-features = false [dependencies.serde_yml] version = "0.0.11" optional = true default-features = false [dependencies.stability] version = "0.2" [dependencies.tracing] version = "0.1" optional = true default-features = false [features] all = [ "derive", "serde", "tracing", "yaml", ] default = [ "all", "std", ] derive = ["protoflow/derive"] serde = [ "asimov-core/serde", "protoflow/serde", "dep:serde", ] std = [ "asimov-core/std", "protoflow/std", ] tokio = ["protoflow/tokio"] tracing = [ "protoflow/tracing", "dep:tracing", ] unstable = ["asimov-core/unstable"] yaml = [ "serde", "dep:serde_yml", ]