fluence 0.1.3

Fluence backend SDK for developing backend applications for the Fluence network
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.1.3"
authors = ["Fluence Labs"]
description = "Fluence backend SDK for developing backend applications for the Fluence network"
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/backend-sdk"
[package.metadata.docs.rs]
all-features = true

[lib]
path = "src/lib.rs"
[dependencies.fluence-sdk-macro]
version = "=0.1.3"

[dependencies.fluence-sdk-main]
version = "=0.1.3"

[features]
export_allocator = ["fluence-sdk-main/export_allocator"]
wasm_logger = ["fluence-sdk-main/wasm_logger"]