[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"