Skip to content

Support for different features sets at build/install time #47

@bra-fsn

Description

@bra-fsn

Doing a cargo install takes ages for example on x86 based arm64 GHA builders due to the huge number of dependencies.
It would be great if binserve could be installed/built with only the required features and their dependencies. For example for plain static file serving, requiring the very heavy (to compile) minify_html_onepass, lightningcss etc crates are unnecessary.
The best of course would be to have different features to be enabled/disabled, but for me, a stripped down minimal version for doing static file serving would be enough. :)
May I ask for this to be considered?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions