camel-cli 0.2.1

Command-line interface for Apache Camel in Rust
# camel-cli

Command-line interface for Apache Camel in Rust.

## Installation

```bash
cargo install camel-cli
```

## Usage

```bash
camel --help
camel --version
```

## Status

🚧 **Early Development** - This CLI is currently in active development.

Future features will include:
- Execute Camel routes from YAML/JSON files
- Generate Camel projects and components
- Manage and monitor Camel instances

## License

Apache-2.0