Cargo Features

[dependencies]
neat-edu = { version = "0.1.1", default-features = false, features = ["custom-protocol"] }
default = custom-protocol

The custom-protocol feature is set by default whenever neat-edu is added without default-features = false somewhere in the dependency tree.

custom-protocol default

Enables tauri

neat-edu has 2 features without comments.