# 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 = "gpt4all" version = "0.1.0" authors = ["Dima"] build = "build.rs" exclude = [ "scripts", "README.md", ] description = "Rust bindings for GPT4All" homepage = "https://gpt4all.io/" documentation = "https://docs.rs/gpt4all" readme = "README.md" license = "MIT" repository = "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/rust" [lib] name = "gpt4all" crate-type = ["dylib"] [dependencies.derive_builder] version = "0.20.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.md-5] version = "0.10.6" [dependencies.reqwest] version = "0.12.2" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.walkdir] version = "2.5.0"