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 := num_traits 9MODULE_RUST_CRATE_TYPES := rlib 10MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs 11MODULE_RUST_EDITION := 2018 12MODULE_RUSTFLAGS += \ 13 --cfg 'has_div_euclid' \ 14 --cfg 'has_float_to_from_bytes' \ 15 --cfg 'has_int_to_from_bytes' \ 16 --cfg 'has_is_subnormal' \ 17 --cfg 'has_leading_trailing_ones' \ 18 --cfg 'has_reverse_bits' \ 19 --cfg 'has_to_int_unchecked' 20 21MODULE_LIBRARY_DEPS := \ 22 23 24include make/library.mk 25