[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.rhai]
version = "1.21.0"
[dependencies.syn]
version = "2.0.98"
[dev-dependencies.quote]
version = "1.0.38"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
name = "super_seq_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Eric Van Albert <eric@van.al>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Macro to repeat a fragment of code based on a RHAI expression"
documentation = "https://docs.rs/super-seq-macro"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "super-seq-macro"
readme = "README.md"
repository = "https://github.com/ervanalb/seq-macro"
rust-version = "1.45"
version = "0.3.8"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "compiletest"
path = "tests/compiletest.rs"
[[test]]
name = "test"
path = "tests/test.rs"