# 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_sys" version = "0.3.1" description = "A system abstraction for Ambient; abstracts over desktop and web. Host-only." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.flume] version = "0.11" features = ["async"] [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.once_cell] version = "1.18.0" features = ["parking_lot"] [dependencies.ordered-float] version = "3.9.1" features = ["serde"] [dependencies.parking_lot] version = "0.12.1" features = ["serde"] [dependencies.pin-project] version = "1.1" [dependencies.slotmap] version = "1.0.6" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["wasm-bindgen"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.futures] version = "0.3" features = ["executor"] [features] default = ["console_error_panic_hook"] [target."cfg(not(target_os = \"unknown\"))".dependencies.arboard] version = "3.2.1" [target."cfg(not(target_os = \"unknown\"))".dependencies.tokio] version = "1.32" features = [ "tracing", "parking_lot", "macros", "rt", "rt-multi-thread", "sync", "time", "process", "signal", "fs", ] [target."cfg(not(target_os = \"unknown\"))".dependencies.tokio-util] version = "0.7.9" features = ["codec"] [target."cfg(target_os = \"unknown\")".dependencies.gloo-timers] version = "0.3" [target."cfg(target_os = \"unknown\")".dependencies.js-sys] version = "0.3" [target."cfg(target_os = \"unknown\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_os = \"unknown\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_os = \"unknown\")".dependencies.web-sys] version = "0.3" features = [ "Performance", "Document", "Clipboard", ] [target."cfg(target_os = \"unknown\")".dev-dependencies.wasm-bindgen-test] version = "0.3"