# 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" version = "0.17.0" 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.async-trait] version = "0.1" default-features = false [dependencies.base64] version = "0.21" optional = true [dependencies.bytes] version = "1.2" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.once_cell] version = "1.8" optional = true [dependencies.parking_lot] version = "0.12" default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0" optional = true [dependencies.tracing] version = "0.1" default-features = false [dependencies.wasmrs-codec] version = "0.17.0" [dependencies.wasmrs-frames] version = "0.17.0" [dependencies.wasmrs-runtime] version = "0.17.0" [dependencies.wasmrs-rx] version = "0.17.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.10.0" default-features = false [dev-dependencies.test-log] version = "0.2.10" [dev-dependencies.tokio] version = "1" features = [ "rt", "time", "macros", ] default-features = false [features] default = [] dump-frames = ["record-frames"] print-frames = ["record-frames"] record-frames = [ "serde", "wasmrs-frames/serde", "base64", "serde_json", "once_cell", ] [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(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