forked from placrosse/datakit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 720 Bytes
/
Cargo.toml
File metadata and controls
34 lines (30 loc) · 720 Bytes
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
[package]
name = "datakit"
version = "0.1.1"
authors = ["Hisham Muhammad <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
[lib]
path = "src/filter.rs"
crate-type = ["cdylib"]
[dependencies]
proxy-wasm = "0.2"
log = "0.4"
serde-json-wasm = "0.5.0"
serde_json = "*"
serde = { version = "*", features = ["derive"] }
lazy_static = "*"
"url" = "2.5.0"
handlebars = "5.1.0"
jaq-interpret = "1.2.1"
jaq-parse = "1.0.2"
jaq-core = "1.2.1"
jaq-std = "1.2.1"
derivative = "2.2.0"
form_urlencoded = "1.2.1"
[dev-dependencies]
mock_proxy_wasm = { path = "crates/mock_proxy_wasm" }
[package.metadata.wasm-opt]
# https://github.com/brson/wasm-opt-rs/releases/tag/v0.116.1
# released 2024-03-31
version = "0.116.1"