Skip to content

Commit c2ee0ba

Browse files
committed
Release 1.14.13
[email protected] [email protected] [email protected] Generated by cargo-workspaces
1 parent cfd6525 commit c2ee0ba

File tree

6 files changed

+160
-160
lines changed

6 files changed

+160
-160
lines changed

Cargo.toml

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
[package]
2-
name = "async-graphql"
3-
version = "1.14.12"
4-
authors = ["sunli <[email protected]>"]
5-
edition = "2018"
6-
description = "A GraphQL server library implemented in Rust"
7-
publish = true
8-
license = "MIT/Apache-2.0"
9-
documentation = "https://docs.rs/async-graphql/"
10-
homepage = "https://github.com/async-graphql/async-graphql"
11-
repository = "https://github.com/async-graphql/async-graphql"
12-
keywords = ["futures", "async", "graphql"]
13-
categories = ["network-programming", "asynchronous"]
14-
readme = "README.md"
15-
16-
[features]
17-
default = ["bson", "url", "chrono-tz"]
18-
19-
[dependencies]
20-
async-graphql-parser = { path = "async-graphql-parser", version = "1.14.2" }
21-
async-graphql-derive = { path = "async-graphql-derive", version = "1.14.0" }
22-
anyhow = "1.0.26"
23-
thiserror = "1.0.11"
24-
async-trait = "0.1.30"
25-
serde = "1.0.104"
26-
serde_derive = "1.0.104"
27-
serde_json = "1.0.48"
28-
bytes = "0.5.4"
29-
Inflector = "0.11.4"
30-
base64 = "0.12.0"
31-
byteorder = "1.3.4"
32-
futures = "0.3.0"
33-
parking_lot = "0.10.0"
34-
chrono = "0.4.10"
35-
slab = "0.4.2"
36-
once_cell = "1.3.1"
37-
itertools = "0.9.0"
38-
tempfile = "3.1.0"
39-
httparse = "1.3.4"
40-
mime = "0.3.16"
41-
http = "0.2.1"
42-
fnv = "1.0.6"
43-
regex = "1.3.5"
44-
tracing = "0.1.13"
45-
indexmap = "1.3.2"
46-
async-stream = "0.2.1"
47-
multer = "1.2.0"
48-
log = "0.4.8"
49-
bson = { version = "0.14.1", optional = true }
50-
uuid = { version = "0.8.1", features = ["v4"] }
51-
url = { version = "2.1.1", optional = true }
52-
chrono-tz = { version = "0.5.1", optional = true }
53-
54-
[dev-dependencies]
55-
async-std = { version = "1.5.0", features = ["attributes"] }
56-
serde = "1.0.104"
57-
serde_derive = "1.0.104"
58-
59-
[workspace]
60-
members = [
61-
"async-graphql-parser",
62-
"async-graphql-derive",
63-
"async-graphql-actix-web",
64-
"async-graphql-warp",
65-
"async-graphql-tide",
66-
# "async-graphql-lambda",
67-
"benchmark",
1+
[package]
2+
name = "async-graphql"
3+
version = "1.14.13"
4+
authors = ["sunli <[email protected]>"]
5+
edition = "2018"
6+
description = "A GraphQL server library implemented in Rust"
7+
publish = true
8+
license = "MIT/Apache-2.0"
9+
documentation = "https://docs.rs/async-graphql/"
10+
homepage = "https://github.com/async-graphql/async-graphql"
11+
repository = "https://github.com/async-graphql/async-graphql"
12+
keywords = ["futures", "async", "graphql"]
13+
categories = ["network-programming", "asynchronous"]
14+
readme = "README.md"
15+
16+
[features]
17+
default = ["bson", "url", "chrono-tz"]
18+
19+
[dependencies]
20+
async-graphql-parser = { path = "async-graphql-parser", version = "1.14.2" }
21+
async-graphql-derive = { path = "async-graphql-derive", version = "1.14.0" }
22+
anyhow = "1.0.26"
23+
thiserror = "1.0.11"
24+
async-trait = "0.1.30"
25+
serde = "1.0.104"
26+
serde_derive = "1.0.104"
27+
serde_json = "1.0.48"
28+
bytes = "0.5.4"
29+
Inflector = "0.11.4"
30+
base64 = "0.12.0"
31+
byteorder = "1.3.4"
32+
futures = "0.3.0"
33+
parking_lot = "0.10.0"
34+
chrono = "0.4.10"
35+
slab = "0.4.2"
36+
once_cell = "1.3.1"
37+
itertools = "0.9.0"
38+
tempfile = "3.1.0"
39+
httparse = "1.3.4"
40+
mime = "0.3.16"
41+
http = "0.2.1"
42+
fnv = "1.0.6"
43+
regex = "1.3.5"
44+
tracing = "0.1.13"
45+
indexmap = "1.3.2"
46+
async-stream = "0.2.1"
47+
multer = "1.2.0"
48+
log = "0.4.8"
49+
bson = { version = "0.14.1", optional = true }
50+
uuid = { version = "0.8.1", features = ["v4"] }
51+
url = { version = "2.1.1", optional = true }
52+
chrono-tz = { version = "0.5.1", optional = true }
53+
54+
[dev-dependencies]
55+
async-std = { version = "1.5.0", features = ["attributes"] }
56+
serde = "1.0.104"
57+
serde_derive = "1.0.104"
58+
59+
[workspace]
60+
members = [
61+
"async-graphql-parser",
62+
"async-graphql-derive",
63+
"async-graphql-actix-web",
64+
"async-graphql-warp",
65+
"async-graphql-tide",
66+
# "async-graphql-lambda",
67+
"benchmark",
6868
]

async-graphql-actix-web/Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
[package]
2-
name = "async-graphql-actix-web"
3-
version = "1.14.7"
4-
authors = ["sunli <[email protected]>"]
5-
edition = "2018"
6-
description = "async-graphql for actix-web"
7-
publish = true
8-
license = "MIT/Apache-2.0"
9-
documentation = "https://docs.rs/async-graphql/"
10-
homepage = "https://github.com/async-graphql/async-graphql"
11-
repository = "https://github.com/async-graphql/async-graphql"
12-
keywords = ["futures", "async", "graphql"]
13-
categories = ["network-programming", "asynchronous"]
14-
15-
[dependencies]
16-
async-graphql = { path = "..", version = "1.14.0" }
17-
actix-web = "2.0.0"
18-
actix-web-actors = "2.0.0"
19-
actix = "0.9.0"
20-
actix-rt = "1.0.0"
21-
futures = "0.3.0"
22-
bytes = "0.5.4"
1+
[package]
2+
name = "async-graphql-actix-web"
3+
version = "1.14.7"
4+
authors = ["sunli <[email protected]>"]
5+
edition = "2018"
6+
description = "async-graphql for actix-web"
7+
publish = true
8+
license = "MIT/Apache-2.0"
9+
documentation = "https://docs.rs/async-graphql/"
10+
homepage = "https://github.com/async-graphql/async-graphql"
11+
repository = "https://github.com/async-graphql/async-graphql"
12+
keywords = ["futures", "async", "graphql"]
13+
categories = ["network-programming", "asynchronous"]
14+
15+
[dependencies]
16+
async-graphql = { path = "..", version = "1.14.0" }
17+
actix-web = "2.0.0"
18+
actix-web-actors = "2.0.0"
19+
actix = "0.9.0"
20+
actix-rt = "1.0.0"
21+
futures = "0.3.0"
22+
bytes = "0.5.4"
2323
serde_json = "1.0.48"

async-graphql-derive/Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
[package]
2-
name = "async-graphql-derive"
3-
version = "1.14.12"
4-
authors = ["sunli <[email protected]>"]
5-
edition = "2018"
6-
description = "Macros for async-graphql"
7-
publish = true
8-
license = "MIT/Apache-2.0"
9-
documentation = "https://docs.rs/async-graphql/"
10-
homepage = "https://github.com/async-graphql/async-graphql"
11-
repository = "https://github.com/async-graphql/async-graphql"
12-
keywords = ["futures", "async", "graphql"]
13-
categories = ["network-programming", "asynchronous"]
14-
15-
[lib]
16-
proc-macro = true
17-
18-
[dependencies]
19-
async-graphql-parser = { path = "../async-graphql-parser", version = "1.14.2" }
20-
proc-macro2 = "1.0.6"
21-
syn = { version = "1.0.20", features = ["full", "extra-traits"] }
22-
quote = "1.0.3"
23-
Inflector = "0.11.4"
1+
[package]
2+
name = "async-graphql-derive"
3+
version = "1.14.13"
4+
authors = ["sunli <[email protected]>"]
5+
edition = "2018"
6+
description = "Macros for async-graphql"
7+
publish = true
8+
license = "MIT/Apache-2.0"
9+
documentation = "https://docs.rs/async-graphql/"
10+
homepage = "https://github.com/async-graphql/async-graphql"
11+
repository = "https://github.com/async-graphql/async-graphql"
12+
keywords = ["futures", "async", "graphql"]
13+
categories = ["network-programming", "asynchronous"]
14+
15+
[lib]
16+
proc-macro = true
17+
18+
[dependencies]
19+
async-graphql-parser = { path = "../async-graphql-parser", version = "1.14.2" }
20+
proc-macro2 = "1.0.6"
21+
syn = { version = "1.0.20", features = ["full", "extra-traits"] }
22+
quote = "1.0.3"
23+
Inflector = "0.11.4"
2424
proc-macro-crate = "0.1.4"

async-graphql-tide/Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
[package]
2-
name = "async-graphql-tide"
3-
version = "1.14.10"
4-
authors = ["vkill <[email protected]>"]
5-
edition = "2018"
6-
description = "async-graphql for tide"
7-
publish = true
8-
license = "MIT/Apache-2.0"
9-
documentation = "https://docs.rs/async-graphql/"
10-
homepage = "https://github.com/async-graphql/async-graphql"
11-
repository = "https://github.com/async-graphql/async-graphql"
12-
keywords = ["futures", "async", "graphql"]
13-
categories = ["network-programming", "asynchronous"]
14-
15-
[dependencies]
16-
async-graphql = { path = "..", version = "1.14.0" }
17-
tide = "0.9.0"
18-
async-trait = "0.1.30"
19-
serde_json = "1.0.51"
20-
futures = "0.3.4"
21-
async-std = "1.5.0"
22-
23-
[dev-dependencies]
24-
smol = { version = "0.1.10", features = ["tokio02"] }
1+
[package]
2+
name = "async-graphql-tide"
3+
version = "1.14.10"
4+
authors = ["vkill <[email protected]>"]
5+
edition = "2018"
6+
description = "async-graphql for tide"
7+
publish = true
8+
license = "MIT/Apache-2.0"
9+
documentation = "https://docs.rs/async-graphql/"
10+
homepage = "https://github.com/async-graphql/async-graphql"
11+
repository = "https://github.com/async-graphql/async-graphql"
12+
keywords = ["futures", "async", "graphql"]
13+
categories = ["network-programming", "asynchronous"]
14+
15+
[dependencies]
16+
async-graphql = { path = "..", version = "1.14.0" }
17+
tide = "0.9.0"
18+
async-trait = "0.1.30"
19+
serde_json = "1.0.51"
20+
futures = "0.3.4"
21+
async-std = "1.5.0"
22+
23+
[dev-dependencies]
24+
smol = { version = "0.1.10", features = ["tokio02"] }
2525
reqwest = "0.10.4"

async-graphql-warp/Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
[package]
2-
name = "async-graphql-warp"
3-
version = "1.14.9"
4-
authors = ["sunli <[email protected]>"]
5-
edition = "2018"
6-
description = "async-graphql for warp"
7-
publish = true
8-
license = "MIT/Apache-2.0"
9-
documentation = "https://docs.rs/async-graphql/"
10-
homepage = "https://github.com/async-graphql/async-graphql"
11-
repository = "https://github.com/async-graphql/async-graphql"
12-
keywords = ["futures", "async", "graphql"]
13-
categories = ["network-programming", "asynchronous"]
14-
15-
[dependencies]
16-
async-graphql = { path = "..", version = "1.14.0" }
17-
warp = "0.2.2"
18-
futures = "0.3.0"
19-
bytes = "0.5.4"
20-
serde_json = "1.0.48"
21-
hyper = "0.13.6"
22-
23-
[dev-dependencies]
1+
[package]
2+
name = "async-graphql-warp"
3+
version = "1.14.9"
4+
authors = ["sunli <[email protected]>"]
5+
edition = "2018"
6+
description = "async-graphql for warp"
7+
publish = true
8+
license = "MIT/Apache-2.0"
9+
documentation = "https://docs.rs/async-graphql/"
10+
homepage = "https://github.com/async-graphql/async-graphql"
11+
repository = "https://github.com/async-graphql/async-graphql"
12+
keywords = ["futures", "async", "graphql"]
13+
categories = ["network-programming", "asynchronous"]
14+
15+
[dependencies]
16+
async-graphql = { path = "..", version = "1.14.0" }
17+
warp = "0.2.2"
18+
futures = "0.3.0"
19+
bytes = "0.5.4"
20+
serde_json = "1.0.48"
21+
hyper = "0.13.6"
22+
23+
[dev-dependencies]
2424
tokio = { version = "0.2", features = ["macros"] }

benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphql-benchmark"
3-
version = "1.14.12"
3+
version = "1.14.13"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)