Created
October 8, 2021 12:22
-
-
Save mithrandi/6c03ece47ba2dfd2ec339634855f1ab2 to your computer and use it in GitHub Desktop.
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
cryptography-rust v0.1.0 (/home/mithrandi/code/cryptography/src/rust) | |
├── asn1 v0.6.4 | |
│ ├── asn1_derive v0.6.4 | |
│ │ ├── proc-macro2 v1.0.29 (in debian) | |
│ │ ├── quote v1.0.10 (in debian) | |
│ │ └── syn v1.0.80 (in debian) | |
│ └── chrono v0.4.19 (in debian) | |
├── chrono v0.4.19 (in debian) | |
├── lazy_static v1.4.0 (in debian) | |
├── ouroboros v0.12.0 | |
│ ├── aliasable v0.1.3 | |
│ ├── ouroboros_macro v0.12.0 | |
│ │ ├── Inflector v0.11.4 | |
│ │ ├── proc-macro-error v1.0.4 (in debian) | |
│ │ ├── proc-macro2 v1.0.29 (in debian) | |
│ │ ├── quote v1.0.10 (in debian) | |
│ │ └── syn v1.0.80 (in debian) | |
│ └── stable_deref_trait v1.2.0 (in debian) | |
├── pem v1.0.0 | |
│ ├── base64 v0.13.0 (in debian) | |
│ ├── once_cell v1.8.0 (in debian) | |
│ └── regex v1.5.4 (in debian) | |
└── pyo3 v0.14.5 | |
├── cfg-if v1.0.0 (in debian) | |
├── indoc v0.3.6 | |
│ ├── indoc-impl v0.3.6 | |
│ │ ├── proc-macro-hack v0.5.19 (in debian) | |
│ │ ├── proc-macro2 v1.0.29 (in debian) | |
│ │ ├── quote v1.0.10 (in debian) | |
│ │ ├── syn v1.0.80 (in debian) | |
│ │ └── unindent v0.1.7 (in debian) | |
│ └── proc-macro-hack v0.5.19 (in debian) | |
├── libc v0.2.103 (in debian) | |
├── parking_lot v0.11.2 | |
│ ├── instant v0.1.11 | |
│ │ └── cfg-if v1.0.0 (in debian) | |
│ ├── lock_api v0.4.5 | |
│ │ └── scopeguard v1.1.0 (in debian) | |
│ └── parking_lot_core v0.8.5 | |
│ ├── cfg-if v1.0.0 (in debian) | |
│ ├── instant v0.1.11 | |
│ │ └── cfg-if v1.0.0 (in debian) | |
│ ├── libc v0.2.103 (in debian) | |
│ └── smallvec v1.7.0 (in debian) | |
├── paste v0.1.18 | |
│ ├── paste-impl v0.1.18 (in debian) | |
│ └── proc-macro-hack v0.5.19 (in debian) | |
├── pyo3-macros v0.14.5 | |
│ ├── pyo3-macros-backend v0.14.5 | |
│ │ ├── proc-macro2 v1.0.29 (in debian) | |
│ │ ├── pyo3-build-config v0.14.5 | |
│ │ │ └── once_cell v1.8.0 (in debian) | |
│ │ ├── quote v1.0.10 (in debian) | |
│ │ └── syn v1.0.80 (in debian) | |
│ ├── quote v1.0.10 (in debian) | |
│ └── syn v1.0.80 (in debian) | |
└── unindent v0.1.7 (in debian) | |
[build-dependencies] | |
└── pyo3-build-config v0.14.5 | |
└── once_cell v1.8.0 (in debian) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment