Sha256: 81606bb5393abf3b5e8dfb327c515c7a2f0dbb8bf0c8abd35593367be1873d9f
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 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.7.1" } rb-sys = { version = "0.9.106", features = ["stable-api-compiled-fallback"] } tiktoken-rs = { version = "0.6.0" }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiktoken_ruby-0.0.11.1 | ext/tiktoken_ruby/Cargo.toml |
tiktoken_ruby-0.0.11 | ext/tiktoken_ruby/Cargo.toml |