25 releases (16 breaking)

0.21.0 Feb 8, 2024
0.20.0 Jun 17, 2023
0.19.1 Jun 17, 2023
0.19.0 Nov 5, 2022
0.5.1 Feb 22, 2019

#2 in #cookies

Download history 66578/week @ 2024-01-11 79164/week @ 2024-01-18 71784/week @ 2024-01-25 67468/week @ 2024-02-01 75254/week @ 2024-02-08 79746/week @ 2024-02-15 87326/week @ 2024-02-22 89545/week @ 2024-02-29 92416/week @ 2024-03-07 83021/week @ 2024-03-14 88026/week @ 2024-03-21 80215/week @ 2024-03-28 79146/week @ 2024-04-04 81617/week @ 2024-04-11 94718/week @ 2024-04-18 82542/week @ 2024-04-25

356,032 downloads per month
Used in 1,181 crates (38 directly)

MIT/Apache

135KB
3K SLoC

Build Status Documentation

Provides an implementation for storing and retrieving Cookies per the path and domain matching rules specified in RFC6265.

Features

  • preserve_order - if enabled, iteration order of cookies will be maintained in insertion order. Pulls in an additional dependency on the indexmap crate.

Usage with reqwest

Please refer to the reqwest_cookie_store crate, which now provides an implementation of the reqwest::cookie::CookieStore trait for cookie_store::CookieStore.

License

This project is licensed and distributed under the terms of both the MIT license and Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT

Dependencies

~3–4.5MB
~114K SLoC