vernier-cli 0.0.4

Command-line driver for the vernier evaluation library
# 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.83"
name = "vernier-cli"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line driver for the vernier evaluation library"
homepage = "https://github.com/NoeFontana/vernier"
readme = "README.md"
keywords = [
    "evaluation",
    "cli",
    "computer-vision",
    "detection",
    "coco",
]
categories = [
    "science",
    "computer-vision",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NoeFontana/vernier"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

[[test]]
name = "aggregate"
path = "tests/aggregate.rs"

[[test]]
name = "eval"
path = "tests/eval.rs"

[[test]]
name = "eval_manifest"
path = "tests/eval_manifest.rs"

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

[dependencies.glob]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.vernier-core]
version = "0.0.4"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
needless_pass_by_value = "warn"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
redundant_clone = "warn"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unused_must_use = "deny"