Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
39
vendor/ruvector/examples/data/Cargo.toml
vendored
Normal file
39
vendor/ruvector/examples/data/Cargo.toml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"framework",
|
||||
"openalex",
|
||||
"climate",
|
||||
"edgar",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/ruvnet/ruvector"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Async runtime
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
futures = "0.3"
|
||||
async-trait = "0.1"
|
||||
|
||||
# Serialization
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
# HTTP client
|
||||
reqwest = { version = "0.12", features = ["json", "gzip", "stream"] }
|
||||
|
||||
# Time handling
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
# Logging
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
thiserror = "1.0"
|
||||
|
||||
# Data processing
|
||||
rayon = "1.10"
|
||||
ndarray = "0.16"
|
||||
Reference in New Issue
Block a user