# 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-sys" 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", "ffi", ] categories = ["external-ffi-bindings"] license = "Unlicense" repository = "https://github.com/AsimovPlatform/asimov.rs" [lib] name = "asimov_sys" path = "src/lib.rs" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [features] default = [] dylib = ["dep:libloading"] std = [] unstable = [] [target."cfg(any(unix, windows))".dependencies.libloading] version = "0.8" optional = true