Hello @jonathanballs, thank you for the great project.
What is your opinion in making this library installable without the parsing dependencies?
I was avoiding having the timex dependency from this project. It does make sense for parsing, which is a feature we don't use (and I bet many users also don't need it).
A possible solution would be to set timex as a "peer"/optional dependency, during compile time we check if it is installed, and if not we disable the parsing functionality.
What do you think on this?
Hello @jonathanballs, thank you for the great project.
What is your opinion in making this library installable without the parsing dependencies?
I was avoiding having the
timexdependency from this project. It does make sense for parsing, which is a feature we don't use (and I bet many users also don't need it).A possible solution would be to set
timexas a "peer"/optional dependency, during compile time we check if it is installed, and if not we disable the parsing functionality.What do you think on this?