# Standalone Cargo.toml — targets wasm32-wasip2. # # Build: # cargo build --release --target wasm32-wasip2 # # Output: target/wasm32-wasip2/release/studio_theme_space.wasm [package] name = "studio_theme_space" version = "0.1.0" edition = "2021" authors = ["Dr. Stefan Flemming "] license = "Apache-2.0" publish = false description = "F∆I Studio plugin — Deep-space indigo / violet / cyan Studio theme." repository = "https://git.flemming.ai/chain-plugins/studio-theme-space" rust-version = "1.85" [lib] crate-type = ["cdylib"] [dependencies] chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" } [package.metadata.component] package = "fai:studio-plugin" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true