# 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 = "crb-core" version = "0.0.6" description = "CRB | Composable Runtime Blocks | Core" license = "MIT" repository = "https://github.com/opencrab/crb" [dependencies.derive_more] version = "0.99.18" [dependencies.event-listener] version = "5.3.1" [dependencies.futures] version = "0.3.30" [dependencies.thiserror] version = "1.0.61" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.38.0" features = [ "sync", "rt", "time", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.uuid] version = "1.8.0" features = [ "v4", "v5", "serde", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-timers] version = "0.3.0" features = ["futures"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.69" [target."cfg(target_arch = \"wasm32\")".dependencies.ordered-float] version = "4.2.0" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1.38.0" features = ["sync"] [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "1.8.0" features = [ "v4", "v5", "serde", "js", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.42" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.69" features = [ "Performance", "Window", ]