# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stretch" version = "0.3.2" authors = ["Emil Sjölander <emil@visly.app>"] include = ["src/**/*", "Cargo.toml"] description = "High performance & cross-platform Flexbox implementation" readme = "README.md" keywords = ["ios", "android", "cross-platform", "layout", "flexbox"] categories = ["gui"] license-file = "LICENSE" repository = "https://github.com/vislyhq/stretch" [profile.release] lto = true panic = "abort" [[bench]] name = "generated" path = "benches/generated/mod.rs" harness = false [[bench]] name = "complex" harness = false [dependencies.lazy_static] version = "1.3" [dependencies.libm] version = "0.1.2" [dev-dependencies.criterion] version = "0.2" [features] default = ["std"] std = [] [badges.circle-ci] branch = "master" repository = "vislyhq/stretch" [badges.maintenance] status = "experimental"