mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 06:20:50 +00:00
26 lines
808 B
TOML
26 lines
808 B
TOML
[package]
|
|
name = "marine-macro-impl"
|
|
version = "0.14.0"
|
|
edition = "2018"
|
|
description = "Implementation of the `#[marine]` macro"
|
|
documentation = "https://docs.rs/fluence/marine-macro-impl"
|
|
repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-macro-impl"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "marine", "sdk", "webassembly", "interface-types"]
|
|
categories = ["api-bindings", "wasm"]
|
|
license = "Apache-2.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.33"
|
|
proc-macro2 = "1.0.69"
|
|
serde = { version = "1.0.189", features = ["derive"] }
|
|
serde_json = "1.0.107"
|
|
syn = { version = '1.0.109', features = ['full', "extra-traits"] }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.4.0"
|
|
marine-macro-testing-utils = {path = "../macro-testing-utils"}
|