# purl-rs
A curl-like CLI tool for making HTTP requests with automatic payment support.
This crate provides the core library functionality for purl, a tool that extends traditional HTTP clients with support for paid APIs using the HTTP 402 Payment Required status code.
## Features
- HTTP client with payment support
- EVM and Solana blockchain integration
- Keystore management
- Request/response handling
## Usage
```rust
// Library usage examples coming soon
```
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
purl-rs = "0.1.0"
```
## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.