# 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 = "wasmrs-runtime" version = "0.17.1" description = "Base host and client implementations of the wasmRS RSocket protocol." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wasmrs/wasmrs-rust" resolver = "1" [dependencies.bytes] version = "1.2" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.parking_lot] version = "0.12" default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.wasmrs-frames] version = "0.17.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "rt", "time", "macros", ] default-features = false [features] logging = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.dashmap] version = "5.4" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = [ "sync", "rt", ] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.tracing] version = "0.1" [target."cfg(target_family = \"wasm\")".dependencies.crossbeam-channel] version = "0.5" [target."cfg(target_family = \"wasm\")".dependencies.futures-executor] version = "0.3" features = ["std"] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.futures-util] version = "0.3" features = ["alloc"] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.tokio] version = "1" features = ["sync"] default-features = false