Comment on Cargo, Rust's Package ManagerparentComments−jdeseno12yThe read-manifest command seems to output a JSON of your Cargo.toml if you have tools you'd like to use that require it: cargo read-manifest --manifest-path .
Comments
The read-manifest command seems to output a JSON of your Cargo.toml if you have tools you'd like to use that require it: