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.
2 parents 7cbb462 + fbecae1 commit 20749d8Copy full SHA for 20749d8
postgres-types/Cargo.toml
@@ -13,6 +13,7 @@ categories = ["database"]
13
[features]
14
derive = ["postgres-derive"]
15
array-impls = ["array-init"]
16
+js = ["postgres-protocol/js"]
17
with-bit-vec-0_6 = ["bit-vec-06"]
18
with-cidr-0_2 = ["cidr-02"]
19
with-chrono-0_4 = ["chrono-04"]
tokio-postgres/Cargo.toml
@@ -40,7 +40,7 @@ with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
40
with-uuid-1 = ["postgres-types/with-uuid-1"]
41
with-time-0_2 = ["postgres-types/with-time-0_2"]
42
with-time-0_3 = ["postgres-types/with-time-0_3"]
43
-js = ["postgres-protocol/js"]
+js = ["postgres-protocol/js", "postgres-types/js"]
44
45
[dependencies]
46
async-trait = "0.1"
0 commit comments