-
Notifications
You must be signed in to change notification settings - Fork 52
rustls in default features #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have released 0.13.2 to fix it: #351 |
"polling" feature includes ring and rustls |
I can drop direct dependency to "compio" create and build my own list of deps |
It shouldn't be... I'll investigate it. |
quinn-proto depends on "ring" and compio-quic depends on rustls |
Oh yes, compio-quic need rustls. But it seems that ntex doesn't need QUIC, and "quic" feature is disabled by default. |
i include following features: io, runtime, macros, io-uring, polling |
Would you paste the output of
|
I found dep, it was internal dependency. thanks! |
for some reason, I don't see compio-quic in "cargo tree" output but it is still in Cargo.lock |
Is it still there after running |
seems those dependencies do not get compiled, but they sit in Cargo.lock I dropped compio dependency from ntex-compio and added dependencies to individual packages. that helped |
This seems to be a limitation of cargo. See rust-lang/cargo#10801. |
I don't think it's a problem. Anyway it is not compiled into the binary, and even not downloaded.
Well that's not recommended. Be careful about the features... |
direct dependency is not an option. various tools use cargo.lock file for dependency detection, ring is just very big red flag. |
I think that's the problem of the tools. Furthermore, |
you can turn off |
I can understand the commercial limitations, but tbh I have to say it is foolish and irresponsible to simply check the lock file instead of investigating if it really compiles in with Anyway it's fantastic to see that you're satisfied now. |
rustls is not certified and couldn't be used in strict environment, at the moment I am not sure how to disable rustls in ntex-compio.
The text was updated successfully, but these errors were encountered: