summaryrefslogtreecommitdiffstats
path: root/src/third-party/prqlc-c/Cargo.toml
blob: f66183a0b46c985c8b7e41cfa371e42780b6f857 (plain)
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
[package]
name = "prqlc-c"
publish = false
version = "0.11.3"

edition = "2021"
rust-version = "1.70.0"

# This means we can build with `--features=default`, which can make builds more generic
[features]
default = []

[lib]
# We produce both of these at the moment, but could consider refining this. ref
# https://github.com/rust-lang/cargo/issues/8607 &
# https://github.com/rust-lang/rust/issues/59302
crate_type = ["staticlib"]
doctest = false
test = false
doc = false

[dependencies]
prqlc = { git = "https://github.com/PRQL/prql.git" }
cxx = "1.0"

[build-dependencies]
cxx-build = "1.0"

[package.metadata.release]
tag-name = "{{version}}"
tag-prefix = ""