Cargo Features
[dependencies]
nimiq-network-primitives = { version = "0.2.0", default-features = false, features = ["all", "networks", "time", "address", "services", "version", "protocol", "subscription"] }
- default = all
-
The
all
feature is set by default whenevernimiq-network-primitives
is added without
somewhere in the dependency tree.default-features = false - all default = address, networks, protocol, services, subscription, time, version
- networks all = address, protocol, services
-
Affects
nimiq-network-primitives::networks
… - time all
-
Affects
nimiq-network-primitives::time
… - address all networks? = protocol, services
-
Affects
nimiq-network-primitives::address
… - services address? all networks?
-
Affects
nimiq-network-primitives::services
… - version all
-
Affects
nimiq-network-primitives::version
… - protocol address? all networks?
-
Affects
nimiq-network-primitives::protocol
… - subscription all
-
Affects
nimiq-network-primitives::subscription
…