skim
skim copied to clipboard
Would you consider adding feature gate for cli and library?
Since we can already use this as a library, i think it will be beneficial to separate them so that if someone consume this as a library, we don't pull un-needed crates (eg: clap).
Waiting for https://github.com/rust-lang/cargo/issues/1982
In the mean time, an option would be to have something like this:
[features]
bin = ["clap", ...]
default = ["bin"]
And then library users can disable default-features.
@lotabout thanks for the response. You can either close this issue or keep it opened as you see fit, thanks!