mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 08:15:49 +00:00
23 lines
461 B
TOML
23 lines
461 B
TOML
[package]
|
|
name = "node"
|
|
version = "0.13.4"
|
|
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
|
|
license = "Apache-2.0"
|
|
build = "build.rs"
|
|
exclude = ["artifacts.json", "index.node"]
|
|
|
|
[lib]
|
|
name = "node"
|
|
crate-type = ["cdylib"]
|
|
|
|
[build-dependencies]
|
|
neon-build = "0.3.3"
|
|
|
|
[dependencies]
|
|
neon = "0.3"
|
|
neon-runtime = "0.3"
|
|
neon-serde = "0.3"
|
|
serde = { version = "1.0", features = [ "rc", "derive" ] }
|
|
tokenizers = { path = "../../../tokenizers" }
|
|
serde_json = "1.0"
|