[package]
edition = "2024"
name = "dynamo-truthy"
version = "1.4.0"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical truthy/falsy boolean flag parsing for Dynamo"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ai-dynamo/dynamo.git"
[lib]
name = "dynamo_truthy"
path = "src/lib.rs"
[[test]]
name = "no_bool_parse_forks"
path = "tests/no_bool_parse_forks.rs"
[dependencies.anyhow]
version = "1"