mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-14 22:10:49 +00:00
22 lines
639 B
TOML
22 lines
639 B
TOML
[package]
|
|
name = "marine-macro-testing-utils"
|
|
version = "0.10.3"
|
|
edition = "2018"
|
|
description = "Some functions for testing procedural macros"
|
|
documentation = "https://docs.rs/fluence/marine-macro-testing-utils"
|
|
repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-macro-testing-utils"
|
|
authors = ["Fluence Labs"]
|
|
keywords = ["fluence", "marine", "sdk", "webassembly"]
|
|
categories = ["development-tools::testing"]
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
crate-type = ["rlib"]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
quote = "1.0.33"
|
|
proc-macro2 = "1.0.69"
|
|
syn = { version = '1.0.109', features = ['full'] }
|