-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (36 loc) · 1.07 KB
/
Cargo.toml
File metadata and controls
38 lines (36 loc) · 1.07 KB
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
33
34
35
36
37
38
[package]
name = "graph-store-postgres"
version.workspace = true
edition.workspace = true
[dependencies]
async-trait = "0.1.50"
blake3 = "1.8"
chrono = { workspace = true }
derive_more = { version = "2.0.1", features = ["full"] }
diesel = { workspace = true }
diesel-dynamic-schema = { workspace = true }
diesel-derive-enum = { workspace = true }
diesel_derives = { workspace = true }
diesel_migrations = { workspace = true }
fallible-iterator = "0.3.0"
graph = { path = "../../graph" }
graphman-store = { workspace = true }
Inflector = "0.11.3"
lazy_static = "1.5"
lru_time_cache = "0.11"
maybe-owned = "0.3.4"
postgres = "0.19.1"
openssl = { version = "0.10.72", features = ["vendored"] }
postgres-openssl = "0.5.1"
rand.workspace = true
serde = { workspace = true }
serde_json = { workspace = true }
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }
anyhow = "1.0.98"
git-testament = "0.2.6"
itertools = "0.14.0"
hex = "0.4.3"
pretty_assertions = "1.4.1"
[dev-dependencies]
clap.workspace = true
graphql-parser = "0.4.0"