Sha256: 8eae83f681bdeba8207d445ceb7ea0bb609ef4a91634acc83caa2158e8ca75e8

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

[package]
name = "tiktoken_ruby"
version = "0.1.0"
edition = "2021"
authors = ["IAPark <isaac.a.park@gmail.com>"]
license = "MIT"
publish = false

[lib]
crate-type = ["cdylib"]

[dependencies]
magnus = { version = "0.6.1" }
rb-sys = { version = "*", features = ["stable-api-compiled-fallback"] }
tiktoken-rs = { git = "https://github.com/IAPark/tiktoken-rs.git" }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tiktoken_ruby-0.0.8 ext/tiktoken_ruby/Cargo.toml
tiktoken_ruby-0.0.7 ext/tiktoken_ruby/Cargo.toml
tiktoken_ruby-0.0.6 ext/tiktoken_ruby/Cargo.toml