binary-options-tools-macros 0.2.0

Procedural macros for the binary-options-tools crate. Provides code generation and compile-time utilities for trading platform integrations.
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 = "binary-options-tools-macros"
version = "0.2.0"
authors = ["ChipaDevTeam"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the binary-options-tools crate. Provides code generation and compile-time utilities for trading platform integrations."
homepage = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
documentation = "https://chipadevteam.github.io/BinaryOptionsTools-v2/"
readme = "readme.md"
keywords = [
    "binary-options",
    "macros",
    "proc-macro",
    "trading",
]
categories = ["development-tools::procedural-macro-helpers"]
license-file = "LICENSE"
repository = "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2"

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

[[example]]
name = "action_example"
path = "examples/action_example.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.darling]
version = "0.21.1"
features = ["serde"]

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

[dependencies.quote]
version = "1.0.40"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.syn]
version = "2.0.101"

[dependencies.tokio]
version = "1.44.2"
features = ["macros"]
default-features = false

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.4"
features = ["serde"]

[dev-dependencies.serde]
version = "1.0.219"