[dependencies]
[lib]
name = "cookie_rs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "library for working with HTTP cookies"
edition = "2021"
keywords = ["cookie", "http", "web"]
license = "MIT"
name = "cookie-rs"
readme = "README.md"
repository = "https://github.com/magwoo/cookie-rs"
version = "0.2.0"
[[test]]
name = "jar"
path = "tests/jar.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"
[[test]]
name = "string"
path = "tests/string.rs"