prosto_derive 0.11.21

Procedural macros for proto_rs, Rust as a first-class citizen in the protobuf ecosystem
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 = "prosto_derive"
version = "0.11.21"
authors = ["Ivan Auwers <vonauwers@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for proto_rs, Rust as a first-class citizen in the protobuf ecosystem"
homepage = "https://github.com/4r33x/proto_rs"
documentation = "https://docs.rs/prosto_derive"
readme = "README.md"
keywords = [
    "grpc",
    "prost",
    "proto",
    "protobufs",
    "tonic",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
    "network-programming",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/4r33x/proto_rs"

[features]
emit-proto-files = []
stable = []
tonic = []

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit-mut",
]

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

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

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

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

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

[lints.rust.unsafe_code]
level = "forbid"
priority = 0