-
-
Save sayrer/bd8794e118107980eae65232c1f42b68 to your computer and use it in GitHub Desktop.
crustls dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo tree | |
crustls v0.3.0 (/home/sayrer/github/grafica/new_crustls) | |
├── libc v0.2.91 | |
├── rustls v0.19.0 | |
│ ├── base64 v0.13.0 | |
│ ├── log v0.4.14 | |
│ │ └── cfg-if v1.0.0 | |
│ ├── ring v0.16.20 | |
│ │ ├── libc v0.2.91 | |
│ │ ├── once_cell v1.7.2 | |
│ │ ├── spin v0.5.2 | |
│ │ └── untrusted v0.7.1 | |
│ │ [build-dependencies] | |
│ │ └── cc v1.0.67 | |
│ ├── sct v0.6.0 | |
│ │ ├── ring v0.16.20 (*) | |
│ │ └── untrusted v0.7.1 | |
│ └── webpki v0.21.4 | |
│ ├── ring v0.16.20 (*) | |
│ └── untrusted v0.7.1 | |
├── rustls-native-certs v0.5.0 | |
│ ├── openssl-probe v0.1.2 | |
│ └── rustls v0.19.0 (*) | |
├── rustls-pemfile v0.2.0 | |
│ └── base64 v0.13.0 | |
├── sct v0.6.0 (*) | |
└── webpki v0.21.4 (*) | |
[dev-dependencies] | |
└── cbindgen v0.18.0 | |
├── clap v2.33.3 | |
│ ├── ansi_term v0.11.0 | |
│ ├── atty v0.2.14 | |
│ │ └── libc v0.2.91 | |
│ ├── bitflags v1.2.1 | |
│ ├── strsim v0.8.0 | |
│ ├── textwrap v0.11.0 | |
│ │ └── unicode-width v0.1.8 | |
│ ├── unicode-width v0.1.8 | |
│ └── vec_map v0.8.2 | |
├── heck v0.3.2 | |
│ └── unicode-segmentation v1.7.1 | |
├── indexmap v1.6.2 | |
│ └── hashbrown v0.9.1 | |
│ [build-dependencies] | |
│ └── autocfg v1.0.1 | |
├── log v0.4.14 (*) | |
├── proc-macro2 v1.0.24 | |
│ └── unicode-xid v0.2.1 | |
├── quote v1.0.9 | |
│ └── proc-macro2 v1.0.24 (*) | |
├── serde v1.0.125 | |
│ └── serde_derive v1.0.125 (proc-macro) | |
│ ├── proc-macro2 v1.0.24 (*) | |
│ ├── quote v1.0.9 (*) | |
│ └── syn v1.0.64 | |
│ ├── proc-macro2 v1.0.24 (*) | |
│ ├── quote v1.0.9 (*) | |
│ └── unicode-xid v0.2.1 | |
├── serde_json v1.0.64 | |
│ ├── itoa v0.4.7 | |
│ ├── ryu v1.0.5 | |
│ └── serde v1.0.125 (*) | |
├── syn v1.0.64 (*) | |
├── tempfile v3.2.0 | |
│ ├── cfg-if v1.0.0 | |
│ ├── libc v0.2.91 | |
│ ├── rand v0.8.3 | |
│ │ ├── libc v0.2.91 | |
│ │ ├── rand_chacha v0.3.0 | |
│ │ │ ├── ppv-lite86 v0.2.10 | |
│ │ │ └── rand_core v0.6.2 | |
│ │ │ └── getrandom v0.2.2 | |
│ │ │ ├── cfg-if v1.0.0 | |
│ │ │ └── libc v0.2.91 | |
│ │ └── rand_core v0.6.2 (*) | |
│ └── remove_dir_all v0.5.3 | |
└── toml v0.5.8 | |
└── serde v1.0.125 (*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment