Cargo Features

[dependencies]
lovm2_std = { version = "0.4.8", default-features = false, features = ["net", "ssl"] }
default = net, ssl

These default features are set whenever lovm2_std is added without default-features = false somewhere in the dependency tree.

net default = curl, tiny_http
ssl default = curl

allow disabling of ssl separately

Enables ssl of curl and tiny_http ^0.7.0

curl:

net dependencies

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

curl net ssl
tiny_http net ssl

Enables tiny_http ^0.7.0