mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
30 lines
974 B
TOML
30 lines
974 B
TOML
[package]
|
|
name = "marine-test-macro-impl"
|
|
version = "0.16.1"
|
|
edition = "2018"
|
|
description = "Implementation of the `#[marine_test]` macro"
|
|
documentation = "https://docs.rs/fluence/marine-test-macro-impl"
|
|
repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-test-macro-impl"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "marine", "sdk", "webassembly", "procedural_macros"]
|
|
categories = ["api-bindings", "wasm", "development-tools::testing"]
|
|
license = "AGPL-3.0-only"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dependencies]
|
|
fluence-app-service = { version = "0.35.1", features = ["raw-module-api"] }
|
|
marine-it-parser = "0.15.0"
|
|
itertools = "0.10.5"
|
|
darling = "0.20.1"
|
|
quote = "1.0.26"
|
|
proc-macro2 = "1.0.69"
|
|
proc-macro-error = { version = "1.0.4", default-features = false }
|
|
syn = { version = '2.0.15', features = ['full'] }
|
|
thiserror = "1.0.40"
|
|
static_assertions = "1.1.0"
|
|
|
|
[dev-dependencies]
|
|
marine-macro-testing-utils = "0.1.0"
|