[package] name = "cout2json" version = "0.1.1" edition = "2021" authors = ["Mathieu Dupont "] license = "MIT OR Apache-2.0" description = "Converts cout output to json" readme = "readme.md" repository = "https://github.com/m-dupont/cout2json" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" clap = { version = "4", features = ["derive"] } [dev-dependencies] anyhow = "1.0"