# 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 = "2018" name = "pi_flex_layout" version = "0.2.12" authors = ["zmythleo "] include = [ "src/**/*", "Cargo.toml", ] description = "High performance & cross-platform Flexbox implementation" readme = "README.md" keywords = [ "cross-platform", "layout", "flexbox", "pi", ] categories = ["gui"] license = "MIT OR Apache-2.0" [profile.release] lto = true panic = "abort" [[test]] name = "test_generated" path = "tests/generated/mod.rs" harness = false [dependencies.log] version = "0.4" [dependencies.paste] version = "1.0" [dependencies.pi_dirty] version = "0.1" [dependencies.pi_enum_default_macro] version = "0.1" [dependencies.pi_heap] version = "0.1" [dependencies.pi_map] version = "0.2" [dependencies.pi_null] version = "0.1" [dependencies.pi_print_any] version = "0.1" [dependencies.pi_slotmap] version = "0.1" features = ["serde"] [dependencies.pi_slotmap_tree] version = "0.3" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.smallvec] version = "1.8" features = ["serde"] [dev-dependencies.criterion] version = "0.2" [features] default = ["std"] std = [] [badges.circle-ci] branch = "master" repository = "vislyhq/stretch" [badges.maintenance] status = "experimental"