Cargo, go home. You're drunk. (Optional dependencies are not features. Cargo bug we work around.)

This commit is contained in:
Greg Johnston 2022-11-02 22:25:19 -04:00
parent 03821b8edb
commit b3c7de8460
1 changed files with 4 additions and 0 deletions

View File

@ -56,3 +56,7 @@ default = []
csr = ["leptos/csr"]
hydrate = ["leptos/hydrate"]
ssr = ["leptos/ssr", "dep:url", "dep:regex"]
[package.metadata.cargo-all-features]
# No need to test optional dependencies as they are enabled by the ssr feature
denylist = ["url", "regex"]