# 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_api" version = "0.3.1" description = "The API to the Ambient Runtime" documentation = "https://docs.rs/ambient_api" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.ambient_api_core] version = "0.3.1" [dependencies.ambient_cb] version = "0.3.1" [dependencies.ambient_editor_derive] version = "0.3.1" [dependencies.ambient_element] version = "0.3.1" features = ["guest"] default-features = false [dependencies.ambient_ui] version = "0.3.1" features = ["guest"] [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.glam] version = "0.24.0" features = ["rand"] [dependencies.once_cell] version = "1.15.0" [dependencies.ordered-float] version = "3.9.1" [dependencies.rand] version = "0.8.5" [features] client = [ "ambient_api_core/client", "ambient_ui/client", "ambient_element/guest", ] server = [ "ambient_api_core/server", "ambient_ui/server", "ambient_element/guest", ]