Cargo Features

saphir-cookie has no features set by default.

[dependencies]
saphir-cookie = { version = "0.13.2", features = ["secure", "percent-encode"] }
secure = base64, ring
percent-encode = percent-encoding

Affects saphir-cookie::EncodedCookie

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

percent-encoding percent-encode?
ring secure?

Enables ring ^0.16

base64 secure?

Enables base64 ^0.11