Skip to content

Instantly share code, notes, and snippets.

@derReineke
Created July 20, 2019 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derReineke/fdf29109dd4ec7b64372e9e1b2f3119e to your computer and use it in GitHub Desktop.
Save derReineke/fdf29109dd4ec7b64372e9e1b2f3119e to your computer and use it in GitHub Desktop.
Cargo tree output for ed25519-dalek and rand 0.7
|-- ed25519-dalek v0.9.1
| |-- clear_on_drop v0.2.3
| | [build-dependencies]
| | `-- cc v1.0.37
| |-- curve25519-dalek v1.2.1
| | |-- byteorder v1.3.2
| | |-- clear_on_drop v0.2.3 (*)
| | |-- digest v0.8.1
| | | `-- generic-array v0.12.3
| | | `-- typenum v1.10.0
| | |-- rand_core v0.3.1
| | | `-- rand_core v0.4.0
| | `-- subtle v2.1.0
| | [build-dependencies]
| | |-- byteorder v1.3.2 (*)
| | |-- clear_on_drop v0.2.3 (*)
| | |-- digest v0.8.1 (*)
| | |-- rand_core v0.3.1 (*)
| | `-- subtle v2.1.0 (*)
| |-- failure v0.1.5
| `-- rand v0.6.5
| |-- libc v0.2.60
| |-- rand_chacha v0.1.1
| | `-- rand_core v0.3.1 (*)
| | [build-dependencies]
| | `-- autocfg v0.1.5
| |-- rand_core v0.4.0 (*)
| |-- rand_hc v0.1.0
| | `-- rand_core v0.3.1 (*)
| |-- rand_isaac v0.1.1
| | `-- rand_core v0.3.1 (*)
| |-- rand_jitter v0.1.4
| | `-- rand_core v0.4.0 (*)
| |-- rand_pcg v0.1.2
| | `-- rand_core v0.4.0 (*)
| | [build-dependencies]
| | `-- autocfg v0.1.5 (*)
| `-- rand_xorshift v0.1.1
| `-- rand_core v0.3.1 (*)
| [build-dependencies]
| `-- autocfg v0.1.5 (*)
`-- rand v0.7.0
|-- getrandom v0.1.6
| |-- lazy_static v1.3.0
| | `-- spin v0.5.0
| `-- libc v0.2.60 (*)
|-- libc v0.2.60 (*)
|-- rand_chacha v0.2.0
| |-- c2-chacha v0.2.2
| | |-- lazy_static v1.3.0 (*)
| | `-- ppv-lite86 v0.2.5
| `-- rand_core v0.5.0
| `-- getrandom v0.1.6 (*)
| [build-dependencies]
| `-- autocfg v0.1.5 (*)
`-- rand_core v0.5.0 (*)
[dev-dependencies]
`-- rand_hc v0.2.0
`-- rand_core v0.5.0 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment