Skip to content

Conversation

MA-DDN
Copy link
Contributor

@MA-DDN MA-DDN commented Sep 12, 2025

📌 Summary

Adds a tls-no-provider feature as currently enabling tls support pulls in the aws-lc crate which causes conflicts if you are using another crypto provider.

✨ Changes Made

  • Adds a tls-no-provider feature

🛠️ Testing Steps

Add the rust-mcp-stack to a project with no existing dependancy on aws-lc with the ssl feature disabeld and the tls-no-provider feature enabled. Check that when you build the project that the aws-lc crates aren't pulled in to the Cargo.lock file.

@MA-DDN MA-DDN marked this pull request as ready for review September 12, 2025 15:23
@hashemix
Copy link
Member

Hey @MA-DDN , thanks for the contribution! Adding tls-no-provider feature is a great idea.

Would you mind also updating the available-features section of the README with a short description of this flag?

Thanks

@MA-DDN
Copy link
Contributor Author

MA-DDN commented Sep 15, 2025

Hey @MA-DDN , thanks for the contribution! Adding tls-no-provider feature is a great idea.

Would you mind also updating the available-features section of the README with a short description of this flag?

Thanks

Ok, I have added a short description of the feature to the readme.

@MA-DDN MA-DDN changed the title Add tls-no-provider feature feat!: Add tls-no-provider feature Sep 16, 2025
@hashemix hashemix changed the title feat!: Add tls-no-provider feature feat: Add tls-no-provider feature Sep 17, 2025
@hashemix hashemix changed the title feat: Add tls-no-provider feature feat: add tls-no-provider feature Sep 17, 2025
@hashemix hashemix merged commit 5dacceb into rust-mcp-stack:main Sep 17, 2025
6 of 7 checks passed
@hashemix hashemix mentioned this pull request Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants