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

27 lines
832 B
TOML
Raw Permalink Normal View History

2021-03-02 08:38:03 +00:00
[package]
2021-05-10 09:23:26 +00:00
name = "marine-test-macro"
version = "0.16.1"
2021-03-02 08:38:03 +00:00
edition = "2018"
2021-05-10 09:23:26 +00:00
description = "Definition of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro"
repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-test-macro"
2021-03-02 08:38:03 +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-03-02 08:38:03 +00:00
2021-04-01 11:46:33 +00:00
[package.metadata.docs.rs]
2021-03-02 08:38:03 +00:00
all-features = true
[lib]
proc-macro = true
2021-04-01 15:36:25 +00:00
doctest = false
2021-03-02 08:38:03 +00:00
[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
2021-03-31 08:36:54 +00:00
quote = "1.0.26"
proc-macro2 = "1.0.69"
2021-03-31 23:15:24 +00:00
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '2.0.15', features = ['full'] }