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

Accept optional dependencies as features #12

Open
heksesang opened this issue Nov 11, 2024 · 0 comments
Open

Accept optional dependencies as features #12

heksesang opened this issue Nov 11, 2024 · 0 comments

Comments

@heksesang
Copy link

Currently it doesn't seem to accept optional dependencies as features, like poem-openapi = { version = "*", features = ["url"] } or tracing = { version ="*", features = ["log"] }.

I assume this is related to crates.io not listing them as features (see https://crates.io/api/v1/crates/poem-openapi/5.1.2), so the solution would likely be to also parse the list of dependendencies (see https://crates.io/api/v1/crates/poem-openapi/5.1.2/dependencies) and add the optional ones which are not used as dep:... anywhere to the list of accepted features.

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

No branches or pull requests

1 participant