# 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 = "carbide_core" version = "0.70.1" authors = ["Holger Gott Christensen ", "Mitchell Nordine ", "Sven Nilsen "] description = "An easy-to-use, 100% Rust, extensible 2D GUI library." homepage = "https://github.com/HolgerGottChristensen/carbide" readme = "../README.md" keywords = ["ui", "widgets", "gui", "interface", "graphics"] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/HolgerGottChristensen/carbide.git" [package.metadata.docs.rs] all-features = true [dependencies.bincode] version = "1.3.1" [dependencies.bitflags] version = "1.2.1" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.carbide_derive] version = "0.70" [dependencies.copypasta] version = "0.6" [dependencies.derivative] version = "2.1.1" [dependencies.dyn-clone] version = "1.0.3" [dependencies.fnv] version = "1.0" [dependencies.instant] version = "0.1" [dependencies.lyon] version = "0.17.3" [dependencies.num] version = "0.2" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.rand] version = "0.7" [dependencies.ron] version = "0.6.2" [dependencies.rusttype] version = "0.8" features = ["gpu_cache"] [dependencies.serde] version = "1.0.118" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dependencies.wgpu] version = "0.6" [features] stdweb = ["instant/stdweb"] wasm-bindgen = ["instant/wasm-bindgen"]