forked from usrtax/neon_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (27 loc) · 798 Bytes
/
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
[package]
edition = "2021"
name = "rust"
version = "0.0.1"
homepage = "https://github.com/user-tax-dev/rust"
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.70"
napi = { version = "2.12.6", default-features = false, features = ["napi8","async","error_anyhow","tokio_net","tokio_rt"] }
napi-sys = {version="2.2.3",features=["napi8"]}
napi-derive = "2.12.4"
#base64-simd = "0.7.0"
#blake3 = "1.3.1"
#ordered-varint = "1.0.1"
#rand = "0.8.5"
#stream-vbyte64 = "0.1.0"
#xxblake3 = "0.0.9"
#z85 = "3.0.5"
#xxhash-rust = {version="0.8.5",features=["xxh3"]}
#napi = { version = "2.9.1", default-features = false, features = ["napi8","async","error_anyhow","tokio_net","tokio_rt"] }
[build-dependencies]
napi-build = "2.0.1"
[profile.release]
lto = true
codegen-units = 1
incremental = true