mirror of
https://github.com/Mintplex-Labs/tiktoken.git
synced 2026-07-01 18:48:04 -04:00
15 lines
305 B
TOML
15 lines
305 B
TOML
[package]
|
|
name = "tiktoken"
|
|
version = "0.5.1"
|
|
edition = "2021"
|
|
rust-version = "1.57.0"
|
|
|
|
[lib]
|
|
name = "_tiktoken"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "0.19.0", features = ["extension-module"] }
|
|
tiktoken_core = { path = "../core", features = ["multithreading"] }
|
|
rustc-hash = "1.1.0"
|