generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (20 loc) · 575 Bytes
/
Cargo.toml
File metadata and controls
25 lines (20 loc) · 575 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
[package]
authors = ["Aura Román <kyradiscord@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
name = "word-match"
readme = "README.md"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = "3.0.0"
napi-derive = "3.0.0"
phf = { version = "0.11.2", default-features = false }
[build-dependencies]
napi-build = "2.1.3"
phf = { version = "0.11.2", default-features = false }
phf_codegen = "0.11.2"
[profile.release]
lto = true