intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

Update crate dependencies #69

Closed abrown closed 11 months ago

abrown commented 12 months ago

This is not only regular dependency gardening, it also switches from structopt to clap to avoid some unmaintained dependencies (atty, ansi_term). This also switches to env_logger instead of the pretty_env_logger wrapper.