Cargo Features

[dependencies]
jsonptr = { version = "0.4.7", default-features = false, features = ["std", "fluent-uri", "uniresid", "url"] }
default = std

The std feature is set by default whenever jsonptr is added without default-features = false somewhere in the dependency tree.

std default

Enables std of optional fluent-uri, serde, and serde_json

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Features from optional dependencies

fluent-uri implicit feature

Enables fluent-uri

fluent-uri:

A full-featured URI handling library compliant with RFC 3986

uniresid implicit feature

Enables uniresid

uniresid:

URI (Uniform Resource Identifier) parser and data structures

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard