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
- Enter package name and version
- Select Rust edition and add authors
- Add dependencies in name = version format
- Click Generate Cargo.toml and copy the result
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.