wascc-fs 0.1.1

Blob store capability provider (local file system) for the waSCC runtime
Documentation
[dependencies.env_logger]
version = "0.7.1"

[dependencies.log]
version = "0.4.8"

[dependencies.wascc-codec]
version = "0.7.2"

[features]
static_plugin = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Kevin Hoffman <alothien@gmail.com>"]
categories = ["wasm", "api-bindings"]
description = "Blob store capability provider (local file system) for the waSCC runtime"
documentation = "https://docs.rs/wascc-fs"
edition = "2018"
homepage = "https://wascc.dev"
keywords = ["webassembly", "wasm", "files", "wascc", "blobstore"]
license = "Apache-2.0"
name = "wascc-fs"
readme = "README.md"
repository = "https://github.com/wascc/fs-provider"
version = "0.1.1"