File: Cargo.toml

package info (click to toggle)
rust-postgres-types 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: makefile: 4
file content (103 lines) | stat: -rw-r--r-- 2,153 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "postgres-types"
version = "0.2.8"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Conversions between Rust and Postgres values"
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
    "sql",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sfackler/rust-postgres"
resolver = "2"

[dependencies.array-init]
version = "2"
optional = true

[dependencies.bytes]
version = "1.0"

[dependencies.chrono-04]
version = "0.4.16"
features = ["clock"]
optional = true
default-features = false
package = "chrono"

[dependencies.eui48-1]
version = "1.0"
optional = true
default-features = false
package = "eui48"

[dependencies.fallible-iterator]
version = "0.3"

[dependencies.geo-types-0_7]
version = "0.7"
optional = true
package = "geo-types"

[dependencies.jiff-01]
version = "0.1"
optional = true
package = "jiff"

[dependencies.postgres-derive]
version = "0.4.6"
optional = true

[dependencies.postgres-protocol]
version = "0.6.7"

[dependencies.serde-1]
version = "1.0"
optional = true
package = "serde"

[dependencies.serde_json-1]
version = "1.0"
optional = true
package = "serde_json"

[dependencies.time-03]
version = "0.3"
optional = true
default-features = false
package = "time"

[dependencies.uuid-1]
version = "1.0"
optional = true
package = "uuid"

[features]
array-impls = ["array-init"]
derive = ["postgres-derive"]
with-chrono-0_4 = ["chrono-04"]
with-eui48-1 = ["eui48-1"]
with-geo-types-0_7 = ["geo-types-0_7"]
with-jiff-0_1 = ["jiff-01"]
with-serde_json-1 = [
    "serde-1",
    "serde_json-1",
]
with-time-0_3 = ["time-03"]
with-uuid-1 = ["uuid-1"]