# 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 = "2021" name = "ori-core" version = "0.1.0-alpha.1" description = "Core library for Ori, a declarative UI framework for Rust." keywords = [ "gui", "graphics", "reactive", "native", ] categories = [ "gui", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChangeCaps/ori" [dependencies.deref-derive] version = "0.1" [dependencies.fxhash] version = "0.2" [dependencies.glam] version = "0.23" [dependencies.ori-graphics] version = "0.1.0-alpha.0" [dependencies.ori-macro] version = "0.1.0-alpha.0" [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.smallvec] version = "1.10" features = [ "union", "const_generics", "const_new", ] [dependencies.smol_str] version = "0.2" [dependencies.tracing] version = "0.1" default-features = false [dependencies.uuid] version = "1.3" features = ["v4"] [features] default = [] multithread = []