bcfs 0.2.1

A virtual filesystem for Blockchain WASI
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bcfs"
version = "0.2.1"
authors = ["Oasis Labs <feedback@oasislabs.com>"]
description = "A virtual filesystem for Blockchain WASI"
readme = "README.md"
keywords = ["blockchain", "filesystem", "wasm", "wasi"]
license = "Apache-2.0"
repository = "https://github.com/oasislabs/mantle.git"

[lib]
crate-type = ["rlib", "cdylib"]
[dependencies.blockchain-traits]
version = "0.2"

[dependencies.mantle-types]
version = "0.2"

[dependencies.nom]
version = "5.0.0-beta3"
features = ["std"]
default-features = false

[dependencies.wasi-types]
version = "0.1"
[dev-dependencies.hex]
version = "0.3"

[dev-dependencies.memchain]
version = "0.2"

[features]
ffi = []