mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-03-14 20:20:50 +00:00
26 lines
817 B
TOML
26 lines
817 B
TOML
[package]
|
|
name = "marine-macro-impl"
|
|
version = "0.6.8" # remember to update html_root_url
|
|
edition = "2018"
|
|
description = "Implementation of the `#[marine]` macro"
|
|
documentation = "https://docs.rs/fluence/marine-macro-impl"
|
|
repository = "https://github.com/fluencelabs/rust-sdk/tree/master/crates/marine-macro-impl"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "sdk", "webassembly", "it", "interface-types"]
|
|
categories = ["api-bindings", "wasm"]
|
|
license = "Apache-2.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.24"
|
|
serde = { version = "=1.0.118", features = ["derive"] }
|
|
serde_json = "1.0.56"
|
|
syn = { version = '1.0.64', features = ['full', "extra-traits"] }
|
|
uuid = { version = "0.8.2", features = ["v4"] }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.7.1"
|