# 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 = "dmslite" version = "0.1.2" description = "Local and fast Document Management System CLI-tool for storing and searching PDF documents." readme = "readme.md" keywords = [ "cli", "DMS", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lennart-rth/DMSLite" [dependencies.chrono] version = "0.4.34" [dependencies.futures] version = "0.3.30" [dependencies.ids_service] version = "1.3.7" [dependencies.ollama-rs] version = "0.1.7" [dependencies.postgres-types] version = "0.2.6" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.10" features = ["with-chrono-0_4"]