# 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" rust-version = "1.70" name = "cephalon" version = "0.0.10" authors = ["Sagar "] exclude = ["tests"] description = "A library to extract information from documents, and feed it into vector database to create robust knowledge-base assistant." documentation = "https://docs.rs/cephalon/latest/cephalon/" readme = "README.md" keywords = [ "machine-learning", "framework", "application", "NLP", "computer-vision", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Maruti-io/cephalon-rs" [package.metadata.docs.rs] features = ["doc-only"] [lib] name = "cephalon" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.hora] version = "0.1.1" [dependencies.minidom] version = "0.15.2" [dependencies.pdf-extract] version = "0.6.5" [dependencies.rayon] version = "1.7.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.rust-bert] version = "0.21.0" optional = true [dependencies.serde] version = "1.0.164" [dependencies.tch] version = "0.13.0" features = ["download-libtorch"] optional = true [dependencies.toml] version = "0.7.6" [dependencies.zip] version = "0.6.6" [features] default = [ "rust-bert", "tch", ] doc-only = ["tch/doc-only"] no-ml = []