Skip to content

The offline cargo feature is backwards #18

@fasterthanlime

Description

@fasterthanlime

See also rust-headless-chrome/rust-headless-chrome#489 (which is blocked on this)

One problem with the current offline feature is that ureq (and an outdated version of rustls) get pulled in even if offline is enabled, since there's no way to "depend on a crate if a cargo feature is disabled".

Instead, there should be an online feature (it could be on by default if you want), which in turns pulls in ureq.

This is a breaking change for both auto_generate_cdp and rust-headless-chrome.

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