# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "marine-rs-sdk" version = "0.14.0" 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", "marine", "sdk", "webassembly", ] categories = [ "api-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/fluencelabs/marine-rs-sdk" [package.metadata.docs.rs] all-features = true [lib] path = "src/lib.rs" doctest = false [dependencies.marine-call-parameters] version = "=0.14.0" [dependencies.marine-macro] version = "=0.14.0" [dependencies.marine-rs-sdk-main] version = "=0.14.0" [dependencies.marine-timestamp-macro] version = "=0.14.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dev-dependencies.trybuild] version = "1.0" [features] debug = ["marine-rs-sdk-main/debug"] default = ["marine-abi"] logger = ["marine-rs-sdk-main/logger"] marine-abi = [ "marine-rs-sdk-main/marine-abi", "marine-call-parameters/marine-abi", ] no-explicit-ctors-call = []