# 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" rust-version = "1.70.0" name = "ambient_element" version = "0.3.1" description = "Element is a React-inspired virtual tree library for the Ambient runtime." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.ambient_cb] version = "0.3.1" [dependencies.ambient_core] version = "0.3.1-dev" optional = true [dependencies.ambient_element_component] version = "0.3.1" [dependencies.ambient_friendly_id] version = "0.3.1" [dependencies.ambient_guest_bridge] version = "0.3.1" default-features = false [dependencies.ambient_sys] version = "0.3.1" optional = true [dependencies.as-any] version = "0.3.1" [dependencies.atomic_refcell] version = "0.1.11" [dependencies.derivative] version = "2.2.0" [dependencies.dyn-clonable] version = "0.9.0" [dependencies.itertools] version = "0.10.5" [dependencies.parking_lot] version = "0.12.1" features = ["serde"] [dependencies.profiling] version = "1.0.11" features = ["profile-with-puffin"] [dependencies.tokio] version = "1.32" features = ["parking_lot"] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.32" features = ["parking_lot"] [features] default = ["native"] guest = ["ambient_guest_bridge/guest"] native = [ "dep:ambient_sys", "dep:ambient_core", "dep:tokio", "ambient_guest_bridge/native", ]