generate_cargo_toml
Create a Cargo.toml for a Rust project by specifying package name, edition, and crate type, with options for dependencies, features, and build profiles.
Instructions
Generate a Cargo.toml with dependencies, features, and build profiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| edition | No | Rust edition | |
| crate_type | No | Type of crate | |
| package_name | Yes | Crate name |