# 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" rust-version = "1.76" name = "ac-qu-ai-nt" version = "0.0.15" authors = ["J / Jacob Babich "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WIP project using AI to break down a user's query, acquire the knowledge to answer it, then transfer those insights to the user" readme = false license = "Apache-2.0 OR MIT OR Unlicense" repository = "https://github.com/babichjacob/ac-qu-ai-nt" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" [[bin]] name = "ac-qu-ai-nt" path = "src/main.rs" [dependencies.ac-qu-ai-nt-cli-clap] version = "0.0.10" optional = true [dependencies.ac-qu-ai-nt-gui-eframe] version = "0.0.7" optional = true [dependencies.ac-qu-ai-nt-tui-ratatui] version = "0.0.7" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.snafu] version = "0.8" [dependencies.tracing-subscriber] version = "0.3.18" optional = true [features] cli-clap = ["dep:ac-qu-ai-nt-cli-clap"] default = [ "cli-clap", "gui-eframe", "tui-ratatui", "tracing", ] gui-eframe = ["dep:ac-qu-ai-nt-gui-eframe"] tracing = [ "dep:tracing-subscriber", "ac-qu-ai-nt-cli-clap?/tracing", "ac-qu-ai-nt-gui-eframe?/tracing", "ac-qu-ai-nt-tui-ratatui?/tracing", ] tui-ratatui = ["dep:ac-qu-ai-nt-tui-ratatui"]