Features
This crate provides the following features:
camel_case
: Serializes the input schema field as "inputSchema" (for JavaScript/TypeScript clients)snake_case
: Serializes the input schema field as "input_schema" (for Ruby/Python clients)
Example usage:
# For camel case serialization (JavaScript clients)
= { = "0.1.0", = ["camel_case"] }
# For snake case serialization (Python clients)
= { = "0.1.0", = ["snake_case"] }