macos-open 0.0.3

A clone of macOS /usr/bin/open, in the programmatically way.
Build #166670 2019-06-18T16:55:27.260086+00:00
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)
# docs.rs version
cratesfyi 0.6.0 (254ceae 2019-06-04)

# build log
Updating crates.io index
Downloading crates ...
Downloaded macos-open v0.0.3
Fresh unicode-xid v0.1.0
Fresh matches v0.1.8
Fresh smallvec v0.6.10
Fresh void v1.0.2
Fresh numtoa v0.0.7
Fresh percent-encoding v1.0.1
Fresh unicode-bidi v0.3.4
Fresh unicode-normalization v0.1.8
Fresh fast_fmt v0.1.3
Fresh proc-macro2 v0.4.30
Fresh core-foundation-sys v0.6.2
Fresh libc v0.2.58
Fresh idna v0.1.5
Fresh bitflags v1.1.0
Fresh fast_escape v0.1.0
Fresh quote v0.6.12
Fresh core-foundation v0.6.4
Fresh url v1.7.2
Fresh syn v0.15.36
Checking launch-services v0.0.2
Fresh file-metadata-mditem-macros v0.0.1
Checking file-metadata v0.0.2
Running `rustc --edition=2018 --crate-name launch_services /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fa3dda27124b3d78 -C extra-filename=-fa3dda27124b3d78 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow`
Running `rustc --edition=2018 --crate-name file_metadata /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=9cfe062ba7f5ae5f -C extra-filename=-9cfe062ba7f5ae5f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern file_metadata_mditem_macros=/home/cratesfyi/cratesfyi/debug/deps/libfile_metadata_mditem_macros-f18273cc609b79f4.so --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:28:1
|
28 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0455`.
error: Could not compile `launch-services`.

Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name launch_services /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fa3dda27124b3d78 -C extra-filename=-fa3dda27124b3d78 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mdquery.rs:44:1
|
44 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/mod.rs:15:1
|
15 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:9:1
|
9 | def_attribute!(ChangeDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:10:1
|
10 | def_attribute!(Audiences, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:11:1
|
11 | def_attribute!(Authors, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:12:1
|
12 | def_attribute!(AuthorAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:13:1
|
13 | def_attribute!(City, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:14:1
|
14 | def_attribute!(Comment, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:15:1
|
15 | def_attribute!(ContactKeywords, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:16:1
|
16 | def_attribute!(ContentCreationDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:17:1
|
17 | def_attribute!(ContentModificationDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:18:1
|
18 | def_attribute!(ContentType, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:19:1
|
19 | def_attribute!(Contributors, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:20:1
|
20 | def_attribute!(Copyright, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:21:1
|
21 | def_attribute!(Country, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:22:1
|
22 | def_attribute!(Coverage, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:23:1
|
23 | def_attribute!(Creator, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:24:1
|
24 | def_attribute!(Description, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:25:1
|
25 | def_attribute!(DueDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:26:1
|
26 | def_attribute!(DurationSeconds, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:27:1
|
27 | def_attribute!(EmailAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:28:1
|
28 | def_attribute!(EncodingApplications, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:29:1
|
29 | def_attribute!(FinderComment, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:30:1
|
30 | def_attribute!(Fonts, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:31:1
|
31 | def_attribute!(Headline, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:32:1
|
32 | def_attribute!(Identifier, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:33:1
|
33 | def_attribute!(InstantMessageAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:34:1
|
34 | def_attribute!(Instructions, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:35:1
|
35 | def_attribute!(Keywords, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:36:1
|
36 | def_attribute!(Kind, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:37:1
|
37 | def_attribute!(Languages, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:38:1
|
38 | def_attribute!(LastUsedDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:39:1
|
39 | def_attribute!(NumberOfPages, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:40:1
|
40 | def_attribute!(Organizations, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:41:1
|
41 | def_attribute!(PageHeight, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:42:1
|
42 | def_attribute!(PageWidth, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:43:1
|
43 | def_attribute!(Participants, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:44:1
|
44 | def_attribute!(PhoneNumbers, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:45:1
|
45 | def_attribute!(Projects, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:46:1
|
46 | def_attribute!(Publishers, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:47:1
|
47 | def_attribute!(Recipients, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:48:1
|
48 | def_attribute!(RecipientAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:49:1
|
49 | def_attribute!(Rights, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:50:1
|
50 | def_attribute!(SecurityMethod, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:51:1
|
51 | def_attribute!(StarRating, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:52:1
|
52 | def_attribute!(StateOrProvince, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:53:1
|
53 | def_attribute!(TextContent, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:54:1
|
54 | def_attribute!(Title, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:55:1
|
55 | def_attribute!(Version, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:56:1
|
56 | def_attribute!(WhereFroms, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:57:1
|
57 | def_attribute!(AuthorEmailAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:58:1
|
58 | def_attribute!(RecipientEmailAddresses, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:59:1
|
59 | def_attribute!(Theme, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:60:1
|
60 | def_attribute!(Subject, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:61:1
|
61 | def_attribute!(CFBundleIdentifier, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:62:1
|
62 | def_attribute!(FSHasCustomIcon, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:63:1
|
63 | def_attribute!(FSIsStationery, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:64:1
|
64 | def_attribute!(Information, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/common.rs:65:1
|
65 | def_attribute!(URL, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:8:1
|
8 | def_attribute!(PixelHeight, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:9:1
|
9 | def_attribute!(PixelWidth, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:10:1
|
10 | def_attribute!(PixelCount, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:11:1
|
11 | def_attribute!(ColorSpace, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:12:1
|
12 | def_attribute!(BitsPerSample, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:13:1
|
13 | def_attribute!(FlashOnOff, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:14:1
|
14 | def_attribute!(FocalLength, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:15:1
|
15 | def_attribute!(AcquisitionMake, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:16:1
|
16 | def_attribute!(AcquisitionModel, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:17:1
|
17 | def_attribute!(ISOSpeed, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:18:1
|
18 | def_attribute!(Orientation, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:19:1
|
19 | def_attribute!(LayerNames, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:20:1
|
20 | def_attribute!(WhiteBalance, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:21:1
|
21 | def_attribute!(Aperture, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:22:1
|
22 | def_attribute!(ProfileName, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:23:1
|
23 | def_attribute!(ResolutionWidthDPI, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:24:1
|
24 | def_attribute!(ResolutionHeightDPI, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:25:1
|
25 | def_attribute!(ExposureMode, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:26:1
|
26 | def_attribute!(ExposureTimeSeconds, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:27:1
|
27 | def_attribute!(EXIFVersion, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:28:1
|
28 | def_attribute!(Album, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:29:1
|
29 | def_attribute!(HasAlphaChannel, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:30:1
|
30 | def_attribute!(RedEyeOnOff, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:31:1
|
31 | def_attribute!(MeteringMode, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:32:1
|
32 | def_attribute!(MaxAperture, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:33:1
|
33 | def_attribute!(FNumber, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:34:1
|
34 | def_attribute!(ExposureProgram, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:35:1
|
35 | def_attribute!(ExposureTimeString, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:36:1
|
36 | def_attribute!(EXIFGPSVersion, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:37:1
|
37 | def_attribute!(Altitude, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:38:1
|
38 | def_attribute!(Latitude, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:39:1
|
39 | def_attribute!(Longitude, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:40:1
|
40 | def_attribute!(Timestamp, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:41:1
|
41 | def_attribute!(Speed, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:42:1
|
42 | def_attribute!(GPSTrack, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:43:1
|
43 | def_attribute!(ImageDirection, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/image.rs:44:1
|
44 | def_attribute!(NamedLocation, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:8:1
|
8 | def_attribute!(AudioBitRate, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:9:1
|
9 | def_attribute!(Codecs, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:10:1
|
10 | def_attribute!(DeliveryType, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:11:1
|
11 | def_attribute!(MediaTypes, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:12:1
|
12 | def_attribute!(Streamable, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:13:1
|
13 | def_attribute!(TotalBitRate, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:14:1
|
14 | def_attribute!(VideoBitRate, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:15:1
|
15 | def_attribute!(Director, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:16:1
|
16 | def_attribute!(Producer, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:17:1
|
17 | def_attribute!(Genre, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:18:1
|
18 | def_attribute!(Performers, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:19:1
|
19 | def_attribute!(OriginalFormat, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/video.rs:20:1
|
20 | def_attribute!(OriginalSource, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:9:1
|
9 | def_attribute!(AppleLoopDescriptors, CFArray<CFString>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:10:1
|
10 | def_attribute!(AppleLoopsKeyFilterType, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:11:1
|
11 | def_attribute!(AppleLoopsLoopMode, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:12:1
|
12 | def_attribute!(AppleLoopsRootKey, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:13:1
|
13 | def_attribute!(AudioChannelCount, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:14:1
|
14 | def_attribute!(AudioEncodingApplication, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:15:1
|
15 | def_attribute!(AudioSampleRate, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:16:1
|
16 | def_attribute!(AudioTrackNumber, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:17:1
|
17 | def_attribute!(Composer, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:18:1
|
18 | def_attribute!(IsGeneralMIDISequence, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:19:1
|
19 | def_attribute!(KeySignature, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:20:1
|
20 | def_attribute!(Lyricist, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:21:1
|
21 | def_attribute!(MusicalGenre, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:22:1
|
22 | def_attribute!(MusicalInstrumentCategory, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:23:1
|
23 | def_attribute!(MusicalInstrumentName, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:24:1
|
24 | def_attribute!(RecordingDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:25:1
|
25 | def_attribute!(RecordingYear, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:26:1
|
26 | def_attribute!(Tempo, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/audio.rs:27:1
|
27 | def_attribute!(TimeSignature, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:8:1
|
8 | def_attribute!(DisplayName, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:9:1
|
9 | def_attribute!(FSContentChangeDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:10:1
|
10 | def_attribute!(FSCreationDate, CFDate);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:11:1
|
11 | def_attribute!(FSInvisible, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:12:1
|
12 | def_attribute!(FSIsExtensionHidden, CFBoolean);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:13:1
|
13 | def_attribute!(FSLabel, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:14:1
|
14 | def_attribute!(FSName, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:15:1
|
15 | def_attribute!(FSNodeCount, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:16:1
|
16 | def_attribute!(FSOwnerGroupID, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:17:1
|
17 | def_attribute!(FSOwnerUserID, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:18:1
|
18 | def_attribute!(FSSize, CFNumber);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/mditem/attributes/fs.rs:19:1
|
19 | def_attribute!(Path, CFString);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 140 previous errors

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name file_metadata /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/file-metadata-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=9cfe062ba7f5ae5f -C extra-filename=-9cfe062ba7f5ae5f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern file_metadata_mditem_macros=/home/cratesfyi/cratesfyi/debug/deps/libfile_metadata_mditem_macros-f18273cc609b79f4.so --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `file-metadata`.', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.