value-box 4.1.0

Allows developers to pass Rust-allocated structures over ffi.
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"
name = "value-box"
version = "4.1.0"
authors = ["feenk gmbh <contact@feenk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows developers to pass Rust-allocated structures over ffi."
homepage = "https://github.com/feenkcom/boxes-rs"
documentation = "https://docs.rs/value-box"
readme = "README.md"
keywords = ["ffi"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/feenkcom/boxes-rs"
resolver = "2"

[features]
default = []

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

[[test]]
name = "my_object"
path = "tests/my_object.rs"

[[test]]
name = "value_box"
path = "tests/value_box.rs"

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.user-error]
version = "1.2"