[dependencies.darling]
version = "0.21"
[dependencies.proc-macro-crate]
version = "3"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "parsing", "derive", "derive", "parsing"]
version = "2"
[lib]
name = "rustyfix_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["cognitive-glitch", "Rusty Trading Team", "Filippo Neysofu Costa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "parser-implementations", "encoding", "finance", "development-tools"]
description = "FIX & FAST (FIX Adapted for STreaming) in pure Rust"
edition = "2024"
homepage = "https://github.com/rusty-trading/rusty-fix-engine"
keywords = ["fix", "fix-protocol", "fast", "trading", "hft"]
license = "Apache-2.0"
name = "rustyfix-derive"
publish = true
readme = "README.md"
repository = "https://github.com/rusty-trading/rusty-fix-engine"
resolver = "2"
version = "0.7.4"