another-tiktoken-rs 0.1.2

Library for encoding and decoding with the tiktoken library in Rust
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.async-openai]
optional = true
version = "0.14.0"

[dependencies.base64]
version = "0.21.3"

[dependencies.bstr]
version = "0.2.17"

[dependencies.fancy-regex]
version = "0.11.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.pyo3]
optional = true
version = "0.19.2"

[dependencies.rmp-serde]
version = "1.1.2"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
async-openai = ["dep:async-openai"]
python = ["dep:pyo3"]

[package]
authors = ["Roger Zurawicki <roger@zura.wiki>"]
description = "Library for encoding and decoding with the tiktoken library in Rust"
documentation = "https://docs.rs/crate/tiktoken-rs/"
edition = "2021"
homepage = "https://github.com/zurawiki/tiktoken-rs"
include = ["assets/**/*", "src/**/*", "README.md"]
keywords = ["openai", "ai", "gpt", "bpe"]
license = "MIT"
name = "another-tiktoken-rs"
readme = "README.md"
repository = "https://github.com/zurawiki/tiktoken-rs"
resolver = "1"
rust-version = "1.70.0"
version = "0.1.2"