[dependencies.glob]
version = "0.3.2"
[dependencies.proc-macro2]
version = "1.0.74"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["parsing"]
version = "2.0.46"
[lib]
name = "include_mdtests"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
upper_case_acronyms = "warn"
[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Include markdown for testing, via doctests."
documentation = "https://docs.rs/include_mdtests/"
edition = "2024"
license = "Apache-2.0"
name = "include_mdtests"
publish = true
readme = "README.md"
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.0.0"
[package.metadata.docs.rs]
all-features = true