vta-keyspaces 0.2.2

VTA keyspace-name registry — the shared storage vocabulary for the VTA subsystem crates
Documentation
[package]
name = "vta-keyspaces"
description = "VTA keyspace-name registry — the shared storage vocabulary for the VTA subsystem crates"
readme = "README.md"
version = "0.2.2"
edition.workspace = 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").
publish.workspace = true
authors.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[features]
# Gates the `webvh` field on the shared `Keyspaces` handle bundle, mirroring
# the consumer crates' `webvh` feature.
webvh = []

[dependencies]
# For `KeyspaceHandle` in the shared `Keyspaces` handle bundle.
vti-common = { path = "../vti-common", version = "0.15" }