ea6ea24740
As noted by @Benlitz, Cargo metadata supports directly specifying the target name instead of using the `#[cfg]` syntax. We can support this by manually creating the `syn::NestedMeta` node from the target name seen as a string literal.