# 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" name = "value-box" version = "2.3.3" authors = ["feenk gmbh "] description = "Allows developers to pass Rust-allocated structures over ffi." readme = "README.md" keywords = ["ffi"] license = "MIT" repository = "https://github.com/feenkcom/boxes-rs/tree/main/value-box" [dependencies.anyhow] version = "1.0" optional = true [dependencies.log] version = "0.4" [dependencies.phlow] version = "1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.user-error] version = "1.2" [dev-dependencies.phlow-extensions] version = "1" [features] default = []