plexus-macros 0.4.0

Procedural macros for Plexus RPC activations
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"
name = "plexus-macros"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for Plexus RPC activations"
readme = "README.md"
license = "MIT"

[features]
schemars-compat = []

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

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

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

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

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[dependencies.uuid]
version = "1.0"
features = ["v5"]

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.dialectic]
version = "0.4.1"
features = ["tokio"]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.jsonrpsee]
version = "0.26"
features = [
    "server",
    "macros",
]

[dev-dependencies.schemars]
version = "1.1"
features = [
    "derive",
    "uuid1",
]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

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

[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]