Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
30
vendor/ruvector/crates/rvf/rvf-runtime/Cargo.toml
vendored
Normal file
30
vendor/ruvector/crates/rvf/rvf-runtime/Cargo.toml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[package]
|
||||
name = "rvf-runtime"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
description = "RuVector Format runtime -- RvfStore API, compaction, and streaming I/O"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/ruvnet/ruvector"
|
||||
homepage = "https://github.com/ruvnet/ruvector"
|
||||
readme = "README.md"
|
||||
categories = ["database-implementations", "data-structures"]
|
||||
keywords = ["vector", "database", "storage", "compaction", "rvf"]
|
||||
rust-version = "1.87"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = []
|
||||
wasm = []
|
||||
qr = []
|
||||
ed25519 = ["rvf-types/ed25519"]
|
||||
|
||||
[dependencies]
|
||||
rvf-types = { version = "0.2.0", path = "../rvf-types", features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
rand = "0.8"
|
||||
|
||||
[[example]]
|
||||
name = "qr_seed_encode"
|
||||
required-features = ["qr"]
|
||||
Reference in New Issue
Block a user