binary-options-tools-macros 0.1.4

Macros for the `binary-options-tools` crate
Documentation
[package]

name = "binary-options-tools-macros"

version = "0.1.4"

edition = "2021"

repository = "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2"

readme = "README.md"

description = "Macros for the `binary-options-tools` crate"

license = "MIT"



[lib]

proc-macro = true



[dependencies]

# binary-options-tools-core = { path = "../core", version = "0.1.5" }



anyhow = "1.0.98"

proc-macro2 = "1.0.95"

quote = "1.0.40"

serde_json = "1.0.140"

syn = "2.0.101"

tokio = { version = "1.44.2", default-features = false, features = ["macros"] }

tracing = "0.1.41"

darling = { version = "0.21.1", features = ["serde"] }

url = { version = "2.5.4", features = ["serde"] }

serde = { version = "1.0.219", features = ["derive"] }



# raw_core = { path = "../raw_core" }



[dev-dependencies]

serde = "1.0.219"