94f8f9398c
This is a reproducible commit. Running mach tb-rust vendor again with mozilla-central and comm-central on the same head revs will produce the same output. https://hg.mozilla.org/mozilla-central/rev/55cd203304b8d5343dd941d772085dc25fd278c4 https://hg.mozilla.org/comm-central/rev/8a0750b85f6d85fbf5c2e17a29fbc8112112c374 |
||
---|---|---|
.. | ||
scripts | ||
src | ||
.cargo-checksum.json | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
build.rs |
README.md
Cookie
A Rust library for parsing HTTP cookies and managing cookie jars.
Usage
Add the following to your Cargo.toml
:
[dependencies]
cookie = "0.16"
See the documentation for detailed usage information.
MSRV
The minimum supported rustc
version for cookie 0.16
is 1.53
.
The minimum supported rustc
version for cookie 0.15
is 1.41
.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in cookie-rs
by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.