#!nu
open Cargo.toml | get dev-dependencies | transpose name data | each {
let version = if (($in.data | describe) == "string") { $in.data } else { $in.data | get version }
{
"No.": 160,
"Type": "Library",
"Source": "Cargo",
"Dependency": $in.name,
"Version": $version,
"Category": "",
"Free / Paid": "Free",
"Where we got it": "crates.io",
"Use": "-",
"Project": "The 'orchestra-toolkit' Rust library",
"Method of use": "cargo (The rust language official package manager) downloads the package, builds it from source and statically links it in the output binary",
"LEDR POC": "Yanis"
}
} | to tsv | save DEV-DEPENDENCIES.tsv