fission-shell 0.2.0

Shared shell runtime contracts for hosting Fission applications
Documentation
# 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 = "fission-shell"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared shell runtime contracts for hosting Fission applications"
homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/worka-ai/fission"

[lib]
name = "fission_shell"
path = "src/lib.rs"

[[test]]
name = "async_host"
path = "tests/async_host.rs"

[[test]]
name = "shell_invariants"
path = "tests/shell_invariants.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.fission-core]
version = "0.2.0"

[dependencies.fission-ir]
version = "0.2.0"

[dependencies.fission-render]
version = "0.2.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "sync",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"