# 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 = "neuralassimilator" version = "0.1.0" build = false exclude = [ "input/*", "output/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "NeuralAssimilator is a Rust crate for fine-tuning Language Learning Models (LLMs) from unstructured text." homepage = "https://github.com/jamesfebin/neuralassimilator" readme = "README.md" license = "MIT" repository = "https://github.com/jamesfebin/neuralassimilator" [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "neuralassimilator" path = "src/main.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.async-trait] version = "0.1.82" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clippy] version = "0.0.302" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.mockall] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.text-splitter] version = "0.16.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.uuid] version = "1.10.0" features = ["v4"]