ffai-cli 0.6.8

The ffai binary — a thin shell over the FFai library crates
# 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 = "2024"
rust-version = "1.95"
name = "ffai-cli"
version = "0.6.8"
authors = ["Remade With Rust"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ffai binary — a thin shell over the FFai library crates"
readme = "README.md"
keywords = [
    "cli",
    "speech-to-text",
    "tts",
    "ocr",
    "ai",
]
categories = [
    "command-line-utilities",
    "multimedia",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/FFai"
resolver = "2"

[features]
mimalloc = ["dep:mimalloc"]

[[bin]]
name = "ffai"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ffai-argus]
version = "0.7.3"

[dependencies.ffai-bench]
version = "0.7.5"

[dependencies.ffai-carmenta]
version = "0.10.1"

[dependencies.ffai-core]
version = "0.7.1"

[dependencies.ffai-diana]
version = "0.7.6"

[dependencies.ffai-media]
version = "0.6.6"

[dependencies.ffai-mercury]
version = "1.0.3"

[dependencies.ffai-models]
version = "0.6.4"

[dependencies.mimalloc]
version = "0.1"
optional = true
default-features = false

[dependencies.rusty_alloc]
version = "=1.1.6"

[dependencies.rusty_alloc-api]
version = "=1.1.6"

[lints.clippy]
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
equatable_if_let = "allow"
format_push_string = "allow"
items_after_statements = "allow"
manual_let_else = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
redundant_closure_for_method_calls = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
single_match_else = "allow"
too_long_first_doc_paragraph = "allow"
too_many_lines = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"