Cargo Features
[dependencies]
dweb = { version = "0.3.4", default-features = false, features = ["metrics", "skip-network-compatibility-check", "development", "fixed-dweb-hosts"] }
- default = skip-network-compatibility-check
-
The
skip-network-compatibility-check
feature is set by default wheneverdweb
is added without
somewhere in the dependency tree.default-features = false - metrics
-
Enables process-metrics of ant-logging
- skip-network-compatibility-check default
-
Avoid need to upload avp type and include xor address in build
- development = fixed-dweb-hosts
- fixed-dweb-hosts development?
-
Affects
name::DwebHost.is_fixed_dweb_host
,name::make_fixed_dweb_name
…