Cargo.toml Generator

Generate Rust Cargo.toml configuration files from project settings. Configure package name, version, edition, authors, license, dependencies, and dev-dependencies with proper TOML formatting.

How to Use Cargo.toml Generator

Enter your Rust project package name, version, edition, authors, and license. Add dependencies and dev-dependencies one per line in name = version format. Click Generate to create a properly formatted Cargo.toml file ready to use in your project.

Step-by-Step Instructions

  1. Enter package name and version
  2. Select Rust edition and add authors
  3. Add dependencies in name = version format
  4. Click Generate Cargo.toml and copy the result

Related Tools

More Free Tools