fluence 0.0.6

Rust SDK for writing applications for Fluence
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]
name = "fluence"
version = "0.0.6"
authors = ["Fluence Labs"]
description = "Rust SDK for writing applications for Fluence"
documentation = "https://docs.rs/fluence/"
readme = "readme.md"
keywords = ["fluence", "sdk", "webassembly"]
categories = ["api-bindings", "wasm"]
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/fluence/tree/master/sdk/rust"
[package.metadata.docs.rs]
all-features = true

[lib]
name = "fluence_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.log]
version = "0.4"
features = ["std"]
[dev-dependencies.lazy_static]
version = "1.2.0"

[dev-dependencies.simple_logger]
version = "1.0"

[features]
wasm_logger = []