messense commented on issue #3612:
URL:
https://github.com/apache/incubator-opendal/issues/3612#issuecomment-1819091324
Just FYI, you can print a inverted tree of deps using:
```bash
$ cargo tree -i openssl --all-features --target all
openssl v0.10.57
└── native-tls v0.2.11
├── async-native-tls v0.5.0
│ └── suppaftp v5.2.2
│ └── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
├── hyper-tls v0.5.0
│ └── reqwest v0.11.22
│ ├── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
│ ├── prometheus v0.13.3
│ │ ├── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
│ │ └── tikv-client v0.2.0
│ │ └── opendal v0.42.0
(/Users/messense/Projects/opendal/core)
│ └── reqsign v0.14.3
│ └── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
├── mysql_async v0.32.2
│ └── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
├── redis v0.23.3
│ └── opendal v0.42.0 (/Users/messense/Projects/opendal/core)
├── reqwest v0.11.22 (*)
└── tokio-native-tls v0.3.1
├── hyper-tls v0.5.0 (*)
├── mysql_async v0.32.2 (*)
├── redis v0.23.3 (*)
└── reqwest v0.11.22 (*)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]