pub_source 0.1.3

Make everything public
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 = "pub_source"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Make everything public"
readme = "README.md"
keywords = [
    "macro",
    "visibility",
    "testing",
    "no_std",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://github.com/TabulateJarl8/pub_source"

[features]
default = ["std"]
std = []
unstable = []

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

[[test]]
name = "make_public"
path = "tests/make_public.rs"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "2.0.111"
features = ["full"]

[dev-dependencies.trybuild]
version = "1.0.114"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[profile.dev.build-override]
opt-level = 3
codegen-units = 1

[profile.release.build-override]
opt-level = 3
codegen-units = 1