link-section 0.0.2

Low-level link-section macro support for Rust
# 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 = "2021"
name = "link-section"
version = "0.0.2"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level link-section macro support for Rust"
readme = "README.md"
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/rust-ctor"

[features]
default = ["proc_macro"]
proc_macro = ["dep:link-section-proc-macro"]

[lib]
name = "link_section"
path = "src/lib.rs"

[[example]]
name = "example"
path = "src/example.rs"

[dependencies.link-section-proc-macro]
version = "=0.0.2"
optional = true

[dev-dependencies]