copy_span 0.1.0

Macro emitting tokens with the span of another set of tokens.
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.syn]
features = ["parsing", "extra-traits"]
version = "2"

[lib]
name = "copy_span"
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"
uninlined_format_args = "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 = "Macro emitting tokens with the span of another set of tokens."
documentation = "https://docs.rs/copy_span/"
edition = "2024"
license = "Apache-2.0"
name = "copy_span"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.1.0"