exocore-apps-host 0.1.15

Distributed applications framework
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.exocore-core]
version = "0.1.15"

[dependencies.exocore-protos]
version = "0.1.15"

[dependencies.exocore-store]
version = "0.1.15"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.11"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.exocore-core]
features = ["tests-utils"]
version = "0.1.15"

[features]
default = []

[package]
authors = ["Andre-Philippe Paquet <appaquet@gmail.com>"]
categories = ["database-implementations", "command-line-interface", "wasm", "web-programming"]
description = "Distributed applications framework"
edition = "2018"
keywords = ["networking", "mobile", "webassembly", "storage", "database"]
license = "Apache-2.0"
name = "exocore-apps-host"
repository = "https://github.com/appaquet/exocore"
version = "0.1.15"
[target."cfg(any( all(target_arch = \"x86_64\", any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")), all(target_arch = \"aarch64\", target_os = \"linux\") ))".dependencies.wasmtime]
version = "0.30.0"