chanced / jsonptr

JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
44 stars 4 forks source link

removes optional dependencies `url`, `fluent-uri`, `uniresid` #34

Closed chanced closed 2 months ago

chanced commented 2 months ago

Removes optional dependencies url, fluent-uri and uniresid as well as the TryFrom implementations for their respective URI types: url::Url, fluent_uri::Uri, uniresid::Uri, uniresid::AbsoluteUri.

After usage with the library, it has become apparent that the utility of the implementations are not worth the weight.