ffai-cli 0.4.0

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.4.0"
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"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/FFai"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

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

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

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

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

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

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

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

[lints.rust]
unsafe_code = "warn"