[package] authors = ["Architect Financial Technologies LLC"] categories = ["finance", "cryptography::cryptocurrencies"] description = "Architect.xyz Trading Platform API, proc-macros" documentation = "https://docs.rs/architect-derive" edition = "2021" homepage = "https://www.architect.xyz" keywords = ["crypto", "hft", "trading", "finance"] license = "AGPL-3.0-only" name = "architect-derive" version = "0.4.0" [lib] proc-macro = true [dependencies] quote = "1.0" syn = { version = "2.0", features = ["full"] }