verus_prettyplease 0.0.0-2026-04-12-0118

A minimal `syn` syntax tree pretty-printer adapted for Verus
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 = "2021"
rust-version = "1.68"
name = "verus_prettyplease"
version = "0.0.0-2026-04-12-0118"
authors = [
    "David Tolnay <dtolnay@gmail.com>",
    "The Verus Contributors",
]
build = "build.rs"
links = "prettyplease-verus02"
exclude = ["cargo-expand"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal `syn` syntax tree pretty-printer adapted for Verus"
documentation = "https://docs.rs/prettyplease"
readme = "README.md"
keywords = ["rustfmt"]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/prettyplease"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--generate-link-to-definition",
    "--generate-macro-expansion",
    "--extern-html-root-url=core=https://doc.rust-lang.org",
    "--extern-html-root-url=alloc=https://doc.rust-lang.org",
    "--extern-html-root-url=std=https://doc.rust-lang.org",
]

[package.metadata.playground]
features = ["verbatim"]

[features]
verbatim = ["verus_syn/parsing"]

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

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

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

[dependencies.proc-macro2]
version = "1.0.80"
default-features = false

[dependencies.verus_syn]
version = "=0.0.0-2026-04-05-0114"
features = [
    "full",
    "visit",
    "visit-mut",
    "extra-traits",
    "parsing",
    "printing",
    "clone-impls",
]
default-features = false

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.proc-macro2]
version = "1.0.80"
default-features = false

[dev-dependencies.quote]
version = "1.0.35"
default-features = false

[dev-dependencies.verus_syn]
version = "=0.0.0-2026-04-05-0114"
features = [
    "clone-impls",
    "extra-traits",
    "parsing",
    "printing",
    "visit-mut",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(exhaustive)",
    "cfg(prettyplease_debug)",
    "cfg(prettyplease_debug_indent)",
    "cfg(test)",
]