# 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" rust-version = "1.72.0" name = "chat-splitter" version = "0.1.1" authors = ["Felipe S. S. Schneider "] description = "Never exceed OpenAI's chat models' maximum number of tokens when using the async_openai Rust crate" readme = "README.md" license = "MIT" repository = "https://github.com/schneiderfelipe/chat-splitter" [dependencies.async-openai] version = "0.12.2" default-features = false [dependencies.indxvec] version = "1.8.0" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.tiktoken-rs] version = "0.5.1" default-features = false [dev-dependencies.async-openai] version = "0.12.2" [dev-dependencies.tokio] version = "1.32.0"