# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "swiftide-core" version = "0.14.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazing fast, streaming pipeline library for AI applications" homepage = "https://swiftide.rs" readme = "README.md" keywords = [ "llm", "rag", "ai", "data", "openai", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/bosun-ai/swiftide-rs" [lib] name = "swiftide_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.derive_builder] version = "0.20" [dependencies.dyn-clone] version = "1.0" [dependencies.futures-util] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.5.0" [dependencies.mockall] version = "0.13.0" optional = true [dependencies.pin-project] version = "1.1" [dependencies.qdrant-client] version = "1.10" features = ["serde"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tera] version = "1.20" default-features = false [dependencies.tokio] version = "1.41" features = [ "rt-multi-thread", "full", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.uuid] version = "1.10" features = [ "v3", "v4", "serde", "v4", "v3", ] [dev-dependencies.test-case] version = "3.3.1" [features] qdrant = ["dep:qdrant-client"] test-utils = ["dep:mockall"] [lints.clippy] blocks_in_conditions = "allow" missing_fields_in_debug = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" must_use_candidate = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]