This commit is contained in:
24
e2e/rust/Cargo.toml
generated
Normal file
24
e2e/rust/Cargo.toml
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
# This file is auto-generated by alef — DO NOT EDIT.
|
||||
# alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
|
||||
# To regenerate: alef generate
|
||||
# To verify freshness: alef verify --exit-code
|
||||
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
||||
|
||||
[workspace]
|
||||
|
||||
[package]
|
||||
name = "kreuzberg-e2e-rust"
|
||||
version = "5.0.0-rc.3"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
kreuzberg = { path = "../../crates/kreuzberg", default-features = false, features = ["full", "pdf", "ocr", "paddle-ocr", "paddle-ocr-types", "layout-detection", "layout-types", "embeddings", "embedding-presets", "chunking", "keywords-yake", "keywords-rake", "language-detection", "html", "tree-sitter", "office", "email", "archives", "stopwords", "auto-rotate", "auto-rotate-types", "tokio-runtime", "api", "mcp", "liter-llm", "quality"] }
|
||||
serde_json = "1"
|
||||
anyhow = "1"
|
||||
async-trait = "0.1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["serde_json", "anyhow", "async-trait"]
|
||||
Reference in New Issue
Block a user