# 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-indexing" 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_indexing" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.derive_builder] version = "0.20" [dependencies.futures-util] version = "0.3" [dependencies.ignore] version = "0.4" [dependencies.indoc] version = "2.0" [dependencies.itertools] version = "0.13" [dependencies.num_cpus] version = "1.16" [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.swiftide-core] version = "0.14" [dependencies.swiftide-macros] version = "0.14" [dependencies.text-splitter] version = "0.17" features = ["markdown"] [dependencies.tokio] version = "1.41" features = [ "rt-multi-thread", "full", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.insta] version = "1.41.1" features = ["yaml"] [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.test-log] version = "0.2.16" [features] tree-sitter = [] [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)"]