1# This file is generated by cargo_embargo.
2# Do not modify this file after the LOCAL_DIR line
3# because the changes will be overridden on upgrade.
4# Content before the first line starting with LOCAL_DIR is preserved.
5
6LOCAL_DIR := $(GET_LOCAL_DIR)
7MODULE := $(LOCAL_DIR)
8MODULE_CRATE_NAME := syn
9MODULE_RUST_CRATE_TYPES := rlib
10MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
11MODULE_RUST_EDITION := 2021
12MODULE_RUSTFLAGS += \
13	--cfg 'feature="clone-impls"' \
14	--cfg 'feature="default"' \
15	--cfg 'feature="derive"' \
16	--cfg 'feature="extra-traits"' \
17	--cfg 'feature="fold"' \
18	--cfg 'feature="full"' \
19	--cfg 'feature="parsing"' \
20	--cfg 'feature="printing"' \
21	--cfg 'feature="proc-macro"' \
22	--cfg 'feature="visit"' \
23	--cfg 'feature="visit-mut"'
24
25MODULE_LIBRARY_DEPS := \
26	$(call FIND_CRATE,proc-macro2) \
27	$(call FIND_CRATE,quote) \
28	$(call FIND_CRATE,unicode-ident)
29
30include make/library.mk
31