We are looking at using this crate in uv: astral-sh/uv#15925
However, in uv, we are using jiff to handle datetime. But this crate uses chrono.
Would y'all be open to a patch that lets users opt out of chrono and instead use jiff?
From a quick glance, this might not be straight-forward. For one, chrono is in your public API. And there are a number of spots where y'all are using chrono APIs internally. But I wanted to gauge if you were open to this.
We are looking at using this crate in uv: astral-sh/uv#15925
However, in uv, we are using
jiffto handle datetime. But this crate useschrono.Would y'all be open to a patch that lets users opt out of
chronoand instead usejiff?From a quick glance, this might not be straight-forward. For one,
chronois in your public API. And there are a number of spots where y'all are usingchronoAPIs internally. But I wanted to gauge if you were open to this.