# 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-module" 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", "development-tools", ] license = "Unlicense" repository = "https://github.com/AsimovPlatform/asimov.rs" [lib] name = "asimov_module" path = "src/lib.rs" [dependencies.dogma] version = "0.1.1" default-features = false [dependencies.stability] version = "0.2" [features] all = ["tracing"] default = [ "all", "std", ] std = ["dogma/std"] tracing = [] unstable = []