# 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 = "yoga" version = "0.4.0" authors = ["Brian Schwind "] build = "build.rs" description = "Rust bindings for Facebook's Yoga, a Flexbox layout engine" readme = "README.md" license = "MIT" repository = "https://github.com/bschwind/yoga-rs" [dependencies.ordered-float] version = "3.4.0" [dependencies.serde] version = "1.0.151" optional = true [dependencies.serde_derive] version = "1.0.151" optional = true [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.cc] version = "1.0.78" [features] default = [] serde_support = [ "serde", "serde_derive", "ordered-float/serde", ]