# 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_shared_types" version = "0.3.1" description = "Types shared between the host and the guest of the Ambient runtime." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.bitflags] version = "1.3" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.ulid] version = "1.1.0" features = ["serde"] [dependencies.winit] version = "0.28.6" features = ["serde"] optional = true [features] native = ["dep:winit"]