# 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 = "uikit-sys" version = "0.0.1" authors = ["Sebastian Imlay "] description = "An example of a bundled application" documentation = "https://simlay.github.io/uikit-sys" keywords = ["ios", "uikit", "bindgen"] categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/simlay/uikit-sys" [package.metadata.bundle.example.rect] category = "Utility" identifier = "com.github.simlay.uikit-sys.rect" long_description = "A trivial application that just displays a blank window with\na title bar. It serves as an example of an application that\ncan be bundled with cargo-bundle, as well as a test-case for\ncargo-bundle's support for bundling crate examples.\n" name = "rect" short_description = "An example of a bundled application" [dev-dependencies.color-backtrace] version = "0.2.3" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.3" [dev-dependencies.winit] version = "0.21.0" [build-dependencies.bindgen] version = "0.54.1" default-features = false [target."cfg(target_os = \"ios\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"ios\")".dependencies.objc] version = "0.2.7"