We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba46fc5 commit f332979Copy full SHA for f332979
Cargo.toml
@@ -7,7 +7,6 @@ license = "MIT OR Apache-2.0"
7
repository = "https://github.com/SergioBenitez/cookie-rs"
8
documentation = "https://docs.rs/cookie"
9
readme = "README.md"
10
-build = "build.rs"
11
description = """
12
HTTP cookie parsing and cookie jar management. Supports signed and private
13
(encrypted, authenticated) jars.
@@ -33,8 +32,6 @@ rand = { version = "0.8", optional = true }
33
32
hkdf = { version = "0.12.0", optional = true }
34
subtle = { version = "2.3", optional = true }
35
36
-[build-dependencies]
37
-version_check = "0.9.4"
38
-
39
[package.metadata.docs.rs]
40
all-features = true
+rustdoc-args = ["--cfg", "docsrs"]
build.rs
0 commit comments