Closed faern closed 2 years ago
Currently you get structopt (+ clap etc) pulled into your dependency tree when just consuming this as a library. Structopt is only needed when built as binaries with a CLI. It should be possible to make it optional and get rid of that dependency.
Currently you get structopt (+ clap etc) pulled into your dependency tree when just consuming this as a library. Structopt is only needed when built as binaries with a CLI. It should be possible to make it optional and get rid of that dependency.