fluence-sdk-main 0.1.4

Rust SDK for writing applications for Fluence
Documentation
[package]
name = "fluence-sdk-main"
version = "0.1.4"  # remember to update html_root_url
edition = "2018"
description = "Rust SDK for writing applications for Fluence"
documentation = "https://docs.rs/fluence/fluence-sdk-macro"
repository = "https://github.com/fluencelabs/fluence/tree/master/backend-sdk/crates/main"
authors = ["Fluence Labs"]
keywords = ["fluence", "sdk", "webassembly"]
categories = ["api-bindings", "wasm"]
license = "Apache-2.0"
maintenance = { status = "actively-developed" }

[package.metadata.docs.rs] # https://docs.rs/about
all-features = true

[lib]
path = "src/lib.rs"
crate-type = ["rlib"]

[dependencies]
log = { version = "0.4", features = ["std"] }
syn = { version = '0.15.0', features = ['full'] }

[dev-dependencies]
simple_logger = "1.0" # used in doc test
lazy_static = "1.2.0" # used in doc test

[features]
# Turn on a compilation for module contains Wasm logger realization.
wasm_logger = []

# Turn on a compilation for the module that contains the standard implementation of allocate/deallocate functions.
export_allocator = []