neoray 0.0.0-alpha-1

A proxy service
Documentation
# NeoRay

## Roadmap
### Initial version `0.1.0`
- [x] Read configurations from various file formats
    - [x] Environment variables
    - [x] JSON
    - [x] YAML
    - [x] TOML
- [ ] Add support for outbounds 
    - [ ] SOCKS PROXY
    - [ ] HTTP PROXY
- [ ] Add support for inbounds
    - [ ] SOCKS PROXY
    - [ ] HTTP PROXY
- [ ] Add extensive structural logging system
- [ ] Add metrics
- [ ] Add CI/CD and setup github actions to build and release and run
  tests
- [ ] Add Dockerfile and documentation for deployment