rustdoc_copy_macro 0.2.0

Macros for `rustdoc_copy`
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rustdoc_copy_macro"
version = "0.2.0"
authors = ["Nossie531"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for `rustdoc_copy`"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nossie531/rustdoc_copy"

[features]
default = ["doc_on"]
doc_on = [
    "dep:iter_seq_ext",
    "dep:proc-macro2",
    "dep:pulldown-cmark",
    "dep:pulldown-cmark-to-cmark",
    "dep:quote",
    "dep:rustc_lexer",
    "dep:syn",
    "dep:unicode-ident",
]

[lib]
name = "rustdoc_copy_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.iter_seq_ext]
version = "0.1"
optional = true

[dependencies.proc-macro2]
version = "1"
optional = true

[dependencies.pulldown-cmark]
version = "0.13.0"
optional = true
default-features = false

[dependencies.pulldown-cmark-to-cmark]
version = "22"
optional = true

[dependencies.quote]
version = "1"
optional = true

[dependencies.rustc_lexer]
version = "0.1"
optional = true

[dependencies.syn]
version = "2"
features = ["full"]
optional = true

[dependencies.unicode-ident]
version = "1"
optional = true