[dependencies.quote]
version = "1.0.37"
[dependencies.serde]
features = ["derive"]
version = "1.0.214"
[dependencies.toml_edit]
default-features = false
features = ["parse", "serde"]
version = "0.22.22"
[lib]
name = "rustlings_macros"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
dbg_macro = "warn"
disallowed-methods = "deny"
disallowed-types = "deny"
empty_loop = "forbid"
infinite_loop = "deny"
mem_forget = "deny"
needless_option_as_deref = "allow"
todo = "warn"
[lints.rust]
unsafe_code = "forbid"
unstable_features = "forbid"
[package]
authors = ["Mo Bitar <mo8it@proton.me>", "Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A macros crate intended to be used only by Rustlings"
edition = "2021"
include = ["/src/", "/info.toml"]
license = "MIT"
name = "rustlings-macros"
readme = false
repository = "https://github.com/rust-lang/rustlings"
rust-version = "1.80"
version = "6.4.0"