-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (27 loc) · 981 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "graphql-int64-scalar"
version = "0.3.4"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "graphql i64/u64 scalar."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/graphql-int64-scalar"
homepage = "https://github.com/bk-rs/graphql-int64-scalar"
documentation = "https://docs.rs/graphql-int64-scalar"
keywords = []
categories = []
readme = "README.md"
[package.metadata.docs.rs]
features = [ "async-graphql", "cynic" ]
[features]
# default = [ "async-graphql", "cynic" ]
[dependencies]
async-graphql = { version = "2.9", default-features = false, optional = true }
cynic = { version = "~0.12", default-features = false, optional = true }
[dev-dependencies]
futures-lite = { version = "1.12" }
async-executor = { version = "1.4" }
futures-timer = { version = "3.0" }
isahc = { version = "1.4" }
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
async-graphql-tide = { version = "2.9" }