Skip to content

Instantly share code, notes, and snippets.

@EwoutH
Created April 13, 2019 10:59
Show Gist options
  • Save EwoutH/b762f3d87670bc41ec1899d23e24403e to your computer and use it in GitHub Desktop.
Save EwoutH/b762f3d87670bc41ec1899d23e24403e to your computer and use it in GitHub Desktop.
rav1e cargo dependencies
rav1e v0.1.0 (C:\projects\rav1e)
├── arg_enum_proc_macro v0.1.1
│ ├── proc-macro2 v0.4.27
│ │ └── unicode-xid v0.1.0
│ ├── quote v0.6.12
│ │ └── proc-macro2 v0.4.27 (*)
│ └── syn v0.15.30
│ ├── proc-macro2 v0.4.27 (*)
│ ├── quote v0.6.12 (*)
│ └── unicode-xid v0.1.0 (*)
├── backtrace v0.3.15
│ ├── cfg-if v0.1.7
│ ├── rustc-demangle v0.1.14
│ └── winapi v0.3.7
│ [build-dependencies]
│ └── autocfg v0.1.2
├── bincode v1.0.1
│ ├── byteorder v1.3.1
│ └── serde v1.0.90
├── bitstream-io v0.8.2
├── clap v2.33.0
│ ├── bitflags v1.0.4
│ ├── textwrap v0.11.0
│ │ └── unicode-width v0.1.5
│ └── unicode-width v0.1.5 (*)
├── ivf v0.1.0 (C:\projects\rav1e\ivf)
│ └── bitstream-io v0.8.2 (*)
├── libc v0.2.51
├── num-traits v0.2.6
├── paste v0.1.5
│ ├── paste-impl v0.1.5
│ │ ├── proc-macro-hack v0.5.4
│ │ │ ├── proc-macro2 v0.4.27 (*)
│ │ │ ├── quote v0.6.12 (*)
│ │ │ └── syn v0.15.30 (*)
│ │ ├── proc-macro2 v0.4.27 (*)
│ │ ├── quote v0.6.12 (*)
│ │ └── syn v0.15.30 (*)
│ └── proc-macro-hack v0.5.4 (*)
├── quote v0.6.12 (*)
├── rand v0.5.6
│ ├── rand_core v0.3.1
│ │ └── rand_core v0.4.0
│ └── winapi v0.3.7 (*)
├── rayon v1.0.3
│ ├── crossbeam-deque v0.2.0
│ │ ├── crossbeam-epoch v0.3.1
│ │ │ ├── arrayvec v0.4.10
│ │ │ │ └── nodrop v0.1.13
│ │ │ ├── cfg-if v0.1.7 (*)
│ │ │ ├── crossbeam-utils v0.2.2
│ │ │ │ └── cfg-if v0.1.7 (*)
│ │ │ ├── lazy_static v1.3.0
│ │ │ ├── memoffset v0.2.1
│ │ │ ├── nodrop v0.1.13 (*)
│ │ │ └── scopeguard v0.3.3
│ │ └── crossbeam-utils v0.2.2 (*)
│ ├── either v1.5.2
│ └── rayon-core v1.4.1
│ ├── crossbeam-deque v0.2.0 (*)
│ ├── lazy_static v1.3.0 (*)
│ ├── libc v0.2.51 (*)
│ └── num_cpus v1.10.0
│ └── libc v0.2.51 (*)
├── scan_fmt v0.1.3
│ └── regex v0.2.11
│ ├── aho-corasick v0.6.10
│ │ └── memchr v2.2.0
│ │ └── libc v0.2.51 (*)
│ ├── memchr v2.2.0 (*)
│ ├── regex-syntax v0.5.6
│ │ └── ucd-util v0.1.3
│ ├── thread_local v0.3.6
│ │ └── lazy_static v1.3.0 (*)
│ └── utf8-ranges v1.0.2
├── serde v1.0.90 (*)
├── serde_derive v1.0.90
│ ├── proc-macro2 v0.4.27 (*)
│ ├── quote v0.6.12 (*)
│ └── syn v0.15.30 (*)
├── serde_json v1.0.39
│ ├── itoa v0.4.3
│ ├── ryu v0.2.7
│ └── serde v1.0.90 (*)
├── syn v0.15.30 (*)
└── y4m v0.3.2
[build-dependencies]
└── nasm-rs v0.1.3 (https://github.com/tdaede/nasm-rs?branch=msvc-OUT#c134ca85)
[dev-dependencies]
├── criterion v0.2.11
│ ├── atty v0.2.11
│ │ └── winapi v0.3.7 (*)
│ ├── cast v0.2.2
│ ├── clap v2.33.0 (*)
│ ├── criterion-plot v0.3.1
│ │ ├── byteorder v1.3.1 (*)
│ │ ├── cast v0.2.2 (*)
│ │ └── itertools v0.8.0
│ │ └── either v1.5.2 (*)
│ ├── csv v1.0.6
│ │ ├── csv-core v0.1.5
│ │ │ └── memchr v2.2.0 (*)
│ │ ├── itoa v0.4.3 (*)
│ │ ├── ryu v0.2.7 (*)
│ │ └── serde v1.0.90 (*)
│ ├── itertools v0.8.0 (*)
│ ├── lazy_static v1.3.0 (*)
│ ├── libc v0.2.51 (*)
│ ├── num-traits v0.2.6 (*)
│ ├── rand_core v0.3.1 (*)
│ ├── rand_os v0.1.3
│ │ ├── rand_core v0.4.0 (*)
│ │ └── winapi v0.3.7 (*)
│ ├── rand_xoshiro v0.1.0
│ │ ├── byteorder v1.3.1 (*)
│ │ └── rand_core v0.3.1 (*)
│ ├── rayon v1.0.3 (*)
│ ├── rayon-core v1.4.1 (*)
│ ├── serde v1.0.90 (*)
│ ├── serde_derive v1.0.90 (*)
│ ├── serde_json v1.0.39 (*)
│ ├── tinytemplate v1.0.1
│ │ ├── serde v1.0.90 (*)
│ │ └── serde_json v1.0.39 (*)
│ └── walkdir v2.2.7
│ ├── same-file v1.0.4
│ │ └── winapi-util v0.1.2
│ │ └── winapi v0.3.7 (*)
│ ├── winapi v0.3.7 (*)
│ └── winapi-util v0.1.2 (*)
├── interpolate_name v0.2.1
│ ├── proc-macro2 v0.4.27 (*)
│ ├── quote v0.6.12 (*)
│ └── syn v0.15.30 (*)
└── pretty_assertions v0.5.1
├── ansi_term v0.11.0
│ └── winapi v0.3.7 (*)
└── difference v2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment