ffai-bench 0.6.0

FFai's analyzer — one call to compare any engine against world standards, ledger-backed
Documentation
# 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-bench"
version = "0.6.0"
authors = ["Remade With Rust"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFai's analyzer — one call to compare any engine against world standards, ledger-backed"
readme = "README.md"
keywords = [
    "benchmark",
    "wer",
    "profiling",
    "evaluation",
    "ai",
]
categories = [
    "development-tools",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/FFai"
resolver = "2"

[lib]
name = "ffai_bench"
path = "src/lib.rs"

[[example]]
name = "footprint_calibrate"
path = "examples/footprint_calibrate.rs"

[[example]]
name = "prepare_carmenta_synth"
path = "examples/prepare_carmenta_synth.rs"

[[example]]
name = "prepare_harvard"
path = "examples/prepare_harvard.rs"

[[example]]
name = "prepare_librispeech"
path = "examples/prepare_librispeech.rs"

[[example]]
name = "prepare_phase_e"
path = "examples/prepare_phase_e.rs"

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

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

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"

[dev-dependencies.fontdue]
version = "0.9"

[dev-dependencies.png]
version = "0.17"

[lints.rust]
unsafe_code = "warn"