marine-rs-sdk-test/crates/marine-test-macro-impl/Cargo.toml

30 lines
974 B
TOML
Raw Normal View History

2021-04-01 00:49:44 +00:00
[package]
2021-05-10 09:23:26 +00:00
name = "marine-test-macro-impl"
version = "0.16.1"
2021-04-01 00:49:44 +00:00
edition = "2018"
2021-05-10 09:23:26 +00:00
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"
2021-04-01 00:49:44 +00:00
authors = ["Fluence Labs"]
keywords = ["fluence", "marine", "sdk", "webassembly", "procedural_macros"]
categories = ["api-bindings", "wasm", "development-tools::testing"]
2024-07-15 10:00:05 +00:00
license = "AGPL-3.0-only"
2021-04-01 00:49:44 +00:00
2021-04-01 11:46:33 +00:00
[package.metadata.docs.rs]
2021-04-01 00:49:44 +00:00
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"
2021-04-01 00:49:44 +00:00
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]
2021-10-07 17:05:04 +00:00
marine-macro-testing-utils = "0.1.0"