# 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 = "chatti" version = "0.1.0" build = false exclude = [ ".github/*", ".gitignore", "benches/*", "tests/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal-based chat application that interfaces with Ollama" homepage = "https://github.com/nubilfi/chatti" documentation = "https://docs.rs/chatti/latest/chatti" readme = "README.md" keywords = [ "chat", "AI", "tui", "terminal", "ollama", ] license = "MIT" repository = "https://github.com/nubilfi/chatti" [package.metadata.binstall] bin-dir = "{bin}{binary-ext}" pkg-fmt = "tgz" pkg-url = "{repo}/releases/download/v{version}/{name}-{version}-{target}.tar.gz" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "chatti" path = "src/lib.rs" [[bin]] name = "chatti" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.dirs] version = "5.0.1" [dependencies.futures-util] version = "0.3.30" features = ["std"] [dependencies.log] version = "0.4.22" [dependencies.pulldown-cmark] version = "0.12.1" [dependencies.ratatui] version = "0.28.1" features = ["crossterm"] [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", "stream", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.syntect] version = "5.2.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]