-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (36 loc) · 1.02 KB
/
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
33
34
35
36
37
38
39
[package]
name = "pgxn_build"
version = "0.1.0"
description = "Build PGXN distributions"
repository = "https://github.com/pgxn/build"
documentation = "https://docs.rs/pgxn_build/"
authors = ["David E. Wheeler <[email protected]>"]
readme = "README.md"
keywords = ["pgxn", "postgres", "postgresql", "extension", "validation"]
license = "PostgreSQL"
categories = ["web-programming", "database"]
edition = "2021"
exclude = [ ".github", ".vscode", ".gitignore", ".ci", ".pre-*.yaml"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cargo_toml = "0.20.5"
chrono = "0.4.38"
hex = "0.4.3"
iri-string = "0.7.7"
log = { version = "0.4.22", features = ["kv"] }
pgxn_meta = "0.5.1"
regex = "1.11.1"
semver = "1.0.23"
serde = "1.0.215"
serde_json = "1.0.133"
thiserror = "2.0.3"
ureq = { version = "2.10.1", features = ["json"] }
url = "2.5.4"
zip = "2.2.0"
[dev-dependencies]
httpmock = "0.7.0"
sha2 = "0.10.8"
tempfile = "3.14.0"
hex = "0.4.3"
temp-env = "0.3.6"
assertables = "9.4.0"