# 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 = "yammer" version = "0.9.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yammer provides an ollama-compatible client library." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/yammer" [lib] name = "yammer" path = "src/lib.rs" [[bin]] name = "chat" path = "src/bin/chat.rs" [[bin]] name = "chats" path = "src/bin/chats.rs" [[bin]] name = "oneshot" path = "src/bin/oneshot.rs" [[bin]] name = "prompt" path = "src/bin/prompt.rs" [[bin]] name = "shellm" path = "src/bin/shellm.rs" [dependencies.arrrg] version = "0.6" [dependencies.arrrg_derive] version = "0.6" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.getopts] version = "0.2" [dependencies.minimal_signals] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.rustyline] version = "14" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shvar] version = "0.5" [dependencies.tokio] version = "1.40" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.utf8path] version = "0.6"