astrid-sdk 0.2.0

System SDK for building User-Space Capsules for Astrid OS
Documentation
# 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 = "2024"
rust-version = "1.94"
name = "astrid-sdk"
version = "0.2.0"
authors = [
    "Joshua J. Bouw <dev@joshuajbouw.com>",
    "Unicity Labs <info@unicity-labs.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System SDK for building User-Space Capsules for Astrid OS"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"

[features]
default = ["derive"]
derive = ["dep:astrid-sdk-macros"]

[lib]
name = "astrid_sdk"
path = "src/lib.rs"

[dependencies.astrid-sdk-macros]
version = "0.2.0"
optional = true

[dependencies.astrid-sys]
version = "0.2.0"

[dependencies.borsh]
version = "1.0.0"
features = ["derive"]

[dependencies.extism-pdk]
version = "1.4"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"