[package]
edition = "2021"
name = "plexus-macros"
version = "0.5.5"
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 = "child_capabilities_tests"
path = "tests/child_capabilities_tests.rs"
[[test]]
name = "child_compile_tests"
path = "tests/child_compile_tests.rs"
[[test]]
name = "child_hub_inference_tests"
path = "tests/child_hub_inference_tests.rs"
[[test]]
name = "child_routing_tests"
path = "tests/child_routing_tests.rs"
[[test]]
name = "description_defaults_tests"
path = "tests/description_defaults_tests.rs"
[[test]]
name = "handle_enum_tests"
path = "tests/handle_enum_tests.rs"
[[test]]
name = "hf_audit_4_child_schema_drill_down_tests"
path = "tests/hf_audit_4_child_schema_drill_down_tests.rs"
[[test]]
name = "ir10_static_child_method_schema_tests"
path = "tests/ir10_static_child_method_schema_tests.rs"
[[test]]
name = "ir3_compile_tests"
path = "tests/ir3_compile_tests.rs"
[[test]]
name = "ir3_role_and_deprecation_tests"
path = "tests/ir3_role_and_deprecation_tests.rs"
[[test]]
name = "ir5_compile_tests"
path = "tests/ir5_compile_tests.rs"
[[test]]
name = "ir5_deprecation_extension_tests"
path = "tests/ir5_deprecation_extension_tests.rs"
[dependencies.proc-macro-crate]
version = "3"
[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"]