# 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 = "stretch2" version = "0.4.3" authors = ["Alice Cecile ", "Johnathan Kelley "] include = ["src/**/*", "Cargo.toml"] description = "High performance & cross-platform Flexbox implementation" keywords = ["ios", "android", "cross-platform", "layout", "flexbox"] categories = ["gui"] license = "MIT" repository = "https://github.com/DioxusLabs/stretch" resolver = "2" [profile.release] lto = true panic = "abort" [[bench]] name = "generated" path = "benches/generated/mod.rs" harness = false [[bench]] name = "complex" path = "benches/complex.rs" harness = false [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.hash32] version = "0.2.1" [dependencies.hash32-derive] version = "0.1.1" [dependencies.hashbrown] version = "0.12.0" optional = true [dependencies.heapless] version = "0.7.9" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.serde] version = "1.0.132" features = ["serde_derive"] optional = true [dependencies.typenum] version = "1.15.0" [dev-dependencies.criterion] version = "0.3.5" [features] alloc = ["hashbrown"] default = ["std"] serde_camel_case = ["serde"] serde_kebab_case = ["serde"] std = ["num-traits/std"]