anyone using this crate will most likely also need to use capnp + capnp-rpc
currently bitcoin_core_sv2 is explicitly declaring capnp + capnp-rpc dependencies and it's easy to mis-match versions with whatever is being used here
if bitcoin-capnp-types re-exported those, bitcoin_core_sv2 wouldn't need to explicitly import them and there would be less room for version mis-matching
anyone using this crate will most likely also need to use
capnp+capnp-rpccurrently
bitcoin_core_sv2is explicitly declaringcapnp+capnp-rpcdependencies and it's easy to mis-match versions with whatever is being used hereif
bitcoin-capnp-typesre-exported those,bitcoin_core_sv2wouldn't need to explicitly import them and there would be less room for version mis-matching