Skip to content
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

Export feature flags from botan-sys with the detected version #109

Open
randombit opened this issue Jul 16, 2023 · 0 comments
Open

Export feature flags from botan-sys with the detected version #109

randombit opened this issue Jul 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@randombit
Copy link
Owner

This is how openssl-sys does it. That should allow removing the botan3 cargo feature entirely, and make it much easier to adapt to new APIs without having to continually ratchet the minimum version forward, or being forced to add botan3.1, botan3.2, ... features that have to be opted into by the end user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant