[box] name = "" version = "0.1.0" description = "" author = "" [provides] boxes = ["", ""] [] type_id = [.lifecycle] birth = { id = 0 } fini = { id = 4294967295 } # optional [.methods.] id = args = [ { name = "", type = "" } ] # optional returns = { type = "", error = "string" } # optional returns_result = # optional: Ok/Err(ResultBox)に正規化 [implementation] ffi_version = 1 thread_safe = [artifacts] windows = "target/x86_64-pc-windows-msvc/release/.dll" linux = "target/release/lib.so" macos = "target/release/lib.dylib"