[package] name = "aoc-runner-web-derive" version = "0.3.0" edition = "2021" authors = ["Alyssa ", "Grégory Obanos "] description = "Fork of aoc-runner-derive with wasm focus" license = "MIT/Apache-2.0" repository = "https://github.com/alyti/aoc" [lib] proc-macro = true [dependencies] syn = { version = "1.0.104", features = ["extra-traits"] } quote = "1.0.21" proc-macro2 = "1.0.47" aoc-runner-internal = "0.1.0" serde_json = "1.0.89" serde = { version = "1.0.148", features = ["derive"] } rust-format = { version = "0.3.4", features = ["token_stream"] } [features] default = ["syn/full"]