File tree Expand file tree Collapse file tree 7 files changed +19
-15
lines changed
Expand file tree Collapse file tree 7 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ license = "MIT OR Apache-2.0"
1313edition = " 2018"
1414rust-version = " 1.60"
1515
16- [lib ]
17- name = " actix_identity "
18- path = " src/lib.rs "
16+ [package . metadata . docs . rs ]
17+ rustdoc-args = [ " --cfg " , " docsrs " ]
18+ all-features = true
1919
2020[dependencies ]
2121actix-service = " 2"
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ license = "MIT OR Apache-2.0"
1313edition = " 2018"
1414rust-version = " 1.60"
1515
16+ [package .metadata .docs .rs ]
17+ rustdoc-args = [" --cfg" , " docsrs" ]
18+ all-features = true
19+
1620[features ]
1721default = [" session" ]
1822session = [" actix-session" ]
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ license = "MIT OR Apache-2.0"
1313edition = " 2018"
1414rust-version = " 1.60"
1515
16- [lib ]
17- name = " actix_protobuf "
18- path = " src/lib.rs "
16+ [package . metadata . docs . rs ]
17+ rustdoc-args = [ " --cfg " , " docsrs " ]
18+ all-features = true
1919
2020[dependencies ]
2121actix-web = { version = " 4" , default-features = false }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ edition = "2018"
1212rust-version = " 1.60"
1313
1414[package .metadata .docs .rs ]
15- all-features = true
1615rustdoc-args = [" --cfg" , " docsrs" ]
16+ all-features = true
1717
1818[lib ]
1919name = " actix_redis"
Original file line number Diff line number Diff line change @@ -14,12 +14,8 @@ edition = "2018"
1414rust-version = " 1.60"
1515
1616[package .metadata .docs .rs ]
17- all-features = true
1817rustdoc-args = [" --cfg" , " docsrs" ]
19-
20- [lib ]
21- name = " actix_session"
22- path = " src/lib.rs"
18+ all-features = true
2319
2420[features ]
2521default = []
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ license = "MIT OR Apache-2.0"
1010edition = " 2018"
1111rust-version = " 1.60"
1212
13+ [package .metadata .docs .rs ]
14+ rustdoc-args = [" --cfg" , " docsrs" ]
15+ all-features = true
16+
1317[dependencies ]
1418actix-http = " 3"
1519actix-service = " 2"
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ license = "MIT OR Apache-2.0"
1414edition = " 2018"
1515rust-version = " 1.60"
1616
17- [lib ]
18- name = " actix_web_httpauth "
19- path = " src/lib.rs "
17+ [package . metadata . docs . rs ]
18+ rustdoc-args = [ " --cfg " , " docsrs " ]
19+ all-features = true
2020
2121[dependencies ]
2222actix-utils = " 3"
You can’t perform that action at this time.
0 commit comments