1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6// TODO: Add license. 7rust_proc_macro { 8 name: "libdisplaydoc", 9 crate_name: "displaydoc", 10 cargo_env_compat: true, 11 cargo_pkg_version: "0.2.4", 12 crate_root: "src/lib.rs", 13 edition: "2018", 14 features: [ 15 "default", 16 "std", 17 ], 18 rustlibs: [ 19 "libproc_macro2", 20 "libquote", 21 "libsyn", 22 ], 23 product_available: true, 24 vendor_available: true, 25} 26