[]
= "vta-keyspaces"
= "VTA keyspace-name registry — the shared storage vocabulary for the VTA subsystem crates"
= "README.md"
= "0.2.2"
= true
# Published, because `vta-service` is — and a crate cannot go to crates.io
# without its whole dependency closure there too. Not published for its own
# sake: nothing outside this workspace is expected to depend on it directly.
#
# #938 set `publish = false` here on the finding that no external consumer
# existed. That was wrong by one: `openvtc-core` dev-depends on `vta-service`
# for `test_support::MockVta`, an in-process VTA the OpenVTC end-to-end tests
# run against. See `vta-service/Cargo.toml` for what unpublishing it actually
# broke. See RELEASING.md ("What gets published").
= true
= true
= true
= true
= true
[]
# Gates the `webvh` field on the shared `Keyspaces` handle bundle, mirroring
# the consumer crates' `webvh` feature.
= []
[]
# For `KeyspaceHandle` in the shared `Keyspaces` handle bundle.
= { = "../vti-common", = "0.15" }