# 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-ffi" version = "1.1.3" authors = ["feenk gmbh "] description = "Provides C-like api to family of value-box crates" keywords = ["ffi"] license = "MIT" repository = "https://github.com/feenkcom/boxes-rs/tree/main/value-box-ffi" [dependencies.array-box] version = "1" optional = true [dependencies.crossbeam] version = "0.8" optional = true [dependencies.geometry-box] version = "1" optional = true [dependencies.paste] version = "1.0" optional = true [dependencies.phlow] version = "1" features = ["phlow-derive"] optional = true [dependencies.phlow-extensions] version = "1" optional = true [dependencies.string-box] version = "1" optional = true [dependencies.value-box] version = "2" [features] array-box = [ "dep:array-box", "paste", "crossbeam", ] geometry-box = ["dep:geometry-box"] phlow = [ "dep:phlow", "phlow-extensions", "value-box/phlow", ] string-box = ["dep:string-box"] value-box = []