claude-code-sdk 0.0.1

Rust SDK for Claude Code
Documentation
# Rust build artifacts
/target/
Cargo.lock

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc may generate these, which store debugging information
*.pdb

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini

# Temporary files
*.tmp
*.temp
.cache/

# Log files
*.log

# Environment variables
.env
.env.local
.env.*.local

# Test artifacts
*.profraw
*.profdata

# Documentation build
/docs/book/

# Backup files
*.orig
*.bak

# Coverage reports
tarpaulin-report.html
cobertura.xml
lcov.info

# Benchmarking
/benches/target/

# Example artifacts (if any compiled examples)
/examples/target/

# Local configuration
config.local.*

# Rust analyzer
rust-project.json