fluence-sdk-main 0.0.13

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]
edition = "2018"
name = "fluence-sdk-main"
version = "0.0.13"
authors = ["Fluence Labs"]
description = "Rust SDK for writing applications for Fluence"
documentation = "https://docs.rs/fluence/fluence-sdk-macro"
keywords = ["fluence", "sdk", "webassembly"]
categories = ["api-bindings", "wasm"]
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/fluence/tree/master/backend-sdk/crates/main"
[package.metadata.docs.rs]
all_features = true

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

[dependencies.syn]
version = "0.15.0"
features = ["full"]
[dev-dependencies.lazy_static]
version = "1.2.0"

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

[features]
default = ["export_allocator"]
export_allocator = []
wasm_logger = []