cookie 0.16.2

HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars.
Documentation
1
2
3
4
5
fn main() {
    if let Some(true) = version_check::supports_feature("doc_cfg") {
        println!("cargo:rustc-cfg=nightly");
    }
}