rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/darling_core
third_party/rust/darling_core/BUILD.gn
rust_static_library("darling_core") {
    sources = [
        "//third_party/rust/vendor/darling_core/src/lib.rs",
        "//third_party/rust/vendor/darling_core/src/options/input_field.rs",
        "//third_party/rust/vendor/darling_core/src/options/forwarded_field.rs",
        "//third_party/rust/vendor/darling_core/src/options/mod.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_attributes.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_meta.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_field.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_derive.rs",
        "//third_party/rust/vendor/darling_core/src/options/shape.rs",
        "//third_party/rust/vendor/darling_core/src/options/outer_from.rs",
        "//third_party/rust/vendor/darling_core/src/options/input_variant.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_variant.rs",
        "//third_party/rust/vendor/darling_core/src/options/core.rs",
        "//third_party/rust/vendor/darling_core/src/options/from_type_param.rs",
        "//third_party/rust/vendor/darling_core/src/options/forward_attrs.rs",
        "//third_party/rust/vendor/darling_core/src/from_derive_input.rs",
        "//third_party/rust/vendor/darling_core/src/macros_private.rs",
        "//third_party/rust/vendor/darling_core/src/from_attributes.rs",
        "//third_party/rust/vendor/darling_core/src/error/kind.rs",
        "//third_party/rust/vendor/darling_core/src/error/mod.rs",
        "//third_party/rust/vendor/darling_core/src/error/child.rs",
        "//third_party/rust/vendor/darling_core/src/error/util.rs",
        "//third_party/rust/vendor/darling_core/src/usage/type_params.rs",
        "//third_party/rust/vendor/darling_core/src/usage/mod.rs",
        "//third_party/rust/vendor/darling_core/src/usage/generics_ext.rs",
        "//third_party/rust/vendor/darling_core/src/usage/options.rs",
        "//third_party/rust/vendor/darling_core/src/usage/ident_set.rs",
        "//third_party/rust/vendor/darling_core/src/usage/lifetimes.rs",
        "//third_party/rust/vendor/darling_core/src/macros_public.rs",
        "//third_party/rust/vendor/darling_core/src/util/path_list.rs",
        "//third_party/rust/vendor/darling_core/src/util/preserved_str_expr.rs",
        "//third_party/rust/vendor/darling_core/src/util/mod.rs",
        "//third_party/rust/vendor/darling_core/src/util/parse_expr.rs",
        "//third_party/rust/vendor/darling_core/src/util/with_original.rs",
        "//third_party/rust/vendor/darling_core/src/util/parse_attribute.rs",
        "//third_party/rust/vendor/darling_core/src/util/callable.rs",
        "//third_party/rust/vendor/darling_core/src/util/flag.rs",
        "//third_party/rust/vendor/darling_core/src/util/shape.rs",
        "//third_party/rust/vendor/darling_core/src/util/ident_string/mod.rs",
        "//third_party/rust/vendor/darling_core/src/util/ident_string/serde.rs",
        "//third_party/rust/vendor/darling_core/src/util/over_ride.rs",
        "//third_party/rust/vendor/darling_core/src/util/spanned_value.rs",
        "//third_party/rust/vendor/darling_core/src/util/path_to_string.rs",
        "//third_party/rust/vendor/darling_core/src/util/ignored.rs",
        "//third_party/rust/vendor/darling_core/src/from_meta.rs",
        "//third_party/rust/vendor/darling_core/src/from_field.rs",
        "//third_party/rust/vendor/darling_core/src/from_generics.rs",
        "//third_party/rust/vendor/darling_core/src/ast/mod.rs",
        "//third_party/rust/vendor/darling_core/src/ast/generics.rs",
        "//third_party/rust/vendor/darling_core/src/ast/data/nested_meta.rs",
        "//third_party/rust/vendor/darling_core/src/ast/data/mod.rs",
        "//third_party/rust/vendor/darling_core/src/derive.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_variant_impl.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/attr_extractor.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/mod.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/variant_data.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/field.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/trait_impl.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/default_expr.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/postfix_transform.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_derive_impl.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/variant.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_meta_impl.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_field.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/outer_from_impl.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/attrs_field.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_type_param.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/error.rs",
        "//third_party/rust/vendor/darling_core/src/codegen/from_attributes_impl.rs",
        "//third_party/rust/vendor/darling_core/src/from_generic_param.rs",
        "//third_party/rust/vendor/darling_core/src/from_variant.rs",
        "//third_party/rust/vendor/darling_core/src/from_type_param.rs"
    ]
    crate_root = "//third_party/rust/vendor/darling_core/src/lib.rs"
    deps = [
        "//third_party/rust/ident_case",
        "//third_party/rust/proc_macro2",
        "//third_party/rust/quote",
        "//third_party/rust/strsim",
        "//third_party/rust/syn"
    ]
}