# 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 = "orbtk-core" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "Core 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" [lib] doctest = false [dependencies.dces] version = "0.3.1" [dependencies.derive_more] version = "0.99" features = ["constructor"] default-features = false [dependencies.dirs-next] version = "2.0" [dependencies.memchr] version = "2" [dependencies.orbtk-proc-macros] version = "0.3.1-alpha4" [dependencies.orbtk-tinyskia] version = "0.3.1-alpha4" [dependencies.orbtk-utils] version = "0.3.1-alpha4" [dependencies.orbtk_orbclient] version = "0.3.1-alpha4" [dependencies.raw-window-handle] version = "0.3" [dependencies.ron] version = "0.6" [dependencies.rust_decimal] version = "1.15" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.smallvec] version = "1" default-features = false [features] debug = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.threadpool] version = "1.8" [target.wasm32-unknown-unknown.dependencies.stdweb] version = "0.4"