# 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-core" 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 = [ "api-bindings", "data-structures", "text-processing", ] license = "Unlicense" repository = "https://github.com/AsimovPlatform/asimov.rs" [lib] name = "asimov_core" path = "src/lib.rs" [dependencies.asimov-sys] version = "24.0.0-dev.22" [dependencies.cap-directories] version = "3.2" optional = true default-features = false [dependencies.cap-std] version = "3.2" features = ["fs_utf8"] optional = true default-features = false [dependencies.dogma] version = "0.1.1" default-features = false [dependencies.know] version = "0" default-features = true [dependencies.protoflow-core] version = "=0.4.1" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.stability] version = "0.2" [features] all = ["tracing"] default = [ "all", "serde", "std", ] serde = [ "protoflow-core/serde", "dep:serde", ] std = [ "asimov-sys/std", "dogma/std", "protoflow-core/std", "dep:cap-directories", "dep:cap-std", ] tracing = ["protoflow-core/tracing"] unstable = []