# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tiktoken" version = "1.0.1" authors = [ "GOLIA株式会社", "Li Hao ", ] description = "An efficient Rust implementation of tiktoken, enhanced with the capability to calculate OpenAI token costs. Crafted for performance, accuracy, and seamless integration into your projects." license = "MIT" repository = "https://github.com/goliajp/tiktoken" [dependencies.anyhow] version = "^1.0" [dependencies.base64] version = "^0.21" [dependencies.lazy_static] version = "^1.4" [dependencies.maplit] version = "^1.0" [dependencies.pcre2] version = "^0.2" [dependencies.rust_decimal] version = "^1.30" [dependencies.rust_decimal_macros] version = "^1.30"