# 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 = "orbtk-api" version = "0.3.1-alpha3" authors = ["Florian Blasius "] description = "API crate that provides base api and elements for OrbTk like widgets basis." readme = "README.md" keywords = ["ui", "api"] license = "MIT" repository = "https://github.com/redox-os/orbtk" [dependencies.dces] version = "0.3" [dependencies.derive_more] version = "0.9" [dependencies.dirs] version = "3.0" [dependencies.orbtk-proc-macros] version = "0.3.1-alpha3" [dependencies.orbtk-render] version = "0.3.1-alpha3" [dependencies.orbtk-shell] version = "0.3.1-alpha3" [dependencies.orbtk-theme] version = "0.3.1-alpha3" [dependencies.orbtk-theming] version = "0.3.1-alpha3" [dependencies.orbtk-tree] version = "0.3.1-alpha3" [dependencies.orbtk-utils] version = "0.3.1-alpha3" [dependencies.ron] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [features] debug = [] [target."cfg(all(not(target_os = \"redox\")))".dependencies.raw-window-handle] version = "0.3" [target.wasm32-unknown-unknown.dependencies.stdweb] version = "0.4.20"