Cargo Features
radicle-surf has no features set by default.
[dependencies]
radicle-surf = { version = "0.27.1", features = ["gh-actions", "minicbor", "serde"] }
- gh-actions
-
NOTE: testing
test_submodule_failureon GH actions is painful since it uses this specific repo and expects certain branches to be setup. So we use this feature flag to ignore the test on CI. - minicbor
-
Enables minicbor of radicle-git-ext
- serde
-
Enables serde and serde of url
url:
Enables serialization and deserialization via serde.