cookie

HTTP cookie parsing and cookie jar management for Rust.

Latest version: 0.18.1 registry icon
Maintenance score
0
Safety score
0
Popularity score
82
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.18.1 0 0 0 0 0
0.18.0 0 0 0 0 0
0.17.0 0 0 0 0 0
0.16.2 0 0 0 0 0
0.16.1 0 0 0 0 0
0.16.0 0 0 0 0 0
0.15.2 0 0 0 0 0
0.15.1 0 0 0 0 0
0.15.0 0 0 0 0 0
0.14.4 0 0 0 0 0
0.14.3 0 0 0 0 0
0.14.2 0 0 0 0 0
0.14.1 0 0 0 0 0
0.14.0 0 0 0 0 0
0.13.3 0 0 0 0 0
0.13.2 0 0 0 0 0
0.13.1 0 0 0 0 0
0.13.0 0 0 0 0 0
0.12.0 0 0 0 0 0
0.11.5 0 0 0 0 0
0.11.4 0 0 0 0 0
0.11.3 0 0 0 0 0
0.11.2 0 0 0 0 0
0.11.1 0 0 0 0 0
0.11.0 0 0 0 0 0
0.10.1 0 0 0 0 0
0.10.0 0 0 0 0 0
0.9.2 0 0 0 0 0
0.9.1 0 0 0 0 0
0.9.0 0 0 0 0 0
0.8.1 0 0 0 0 0
0.8.0 0 0 0 0 0
0.7.6 0 0 0 0 0
0.7.5 0 0 0 1 0
0.7.4 0 0 0 1 0
0.7.3 0 0 0 1 0
0.7.2 0 0 0 1 0
0.7.0 0 0 0 1 0
0.6.2 0 0 0 1 0
0.6.1 0 0 1 0 0
0.6.0 0 0 1 0 0
0.5.1 0 0 0 1 0
0.5.0 0 0 0 1 0
0.4.0 0 0 0 1 0
0.3.1 0 0 0 1 0
0.3.0 0 0 0 1 0
0.2.5 0 0 0 1 0
0.2.4 0 0 0 1 0
0.2.3 0 0 0 1 0
0.2.2 0 0 0 1 0
0.2.1 0 0 0 1 0
0.2.0 0 0 0 1 0
0.1.21 0 0 0 1 0
0.1.20 0 0 0 1 0
0.1.19 0 0 0 1 0
0.1.18 0 0 0 1 0
0.1.17 0 0 0 1 0
0.1.16 0 0 0 1 0
0.1.15 0 0 0 1 0
0.1.14 0 0 0 1 0
0.1.13 0 0 0 1 0
0.1.12 0 0 0 1 0
0.1.11 0 0 0 1 0
0.1.10 0 0 0 1 0
0.1.9 0 0 0 1 0
0.1.8 0 0 0 1 0
0.1.7 0 0 0 1 0
0.1.6 0 0 0 1 0
0.1.5 0 0 0 1 0
0.1.4 0 0 0 1 0
0.1.3 0 0 0 1 0
0.1.2 0 0 0 1 0
0.1.1 0 0 0 1 0
0.1.0 0 0 0 1 0
0.0.1 0 0 0 1 0

Stability
Latest release:

0.18.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant


MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



Cookie

CI Status Current Crates.io Version Documentation

A Rust library for parsing HTTP cookies and managing cookie jars.

Usage

Add the following to your Cargo.toml:

[dependencies]
cookie = "0.18"

See the documentation for detailed usage information.

Minimum Supported Rust Version (MSRV)

Version Range MSRV
cookie == 0.18 rustc 1.56
0.16 <= cookie <= 0.17 rustc 1.53
cookie <= 0.15 rustc 1.41

License

This project is licensed under your option of either of the following:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in cookie by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.