Cargo Features

[dependencies]
url-utils = { version = "0.2.0", default-features = false, features = ["std", "bindings"] }
default = std

The std feature is set by default whenever url-utils is added without default-features = false somewhere in the dependency tree.

std default
bindings build

Enables cbindgen

url-utils has 3 features without comments.