# 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 = "gpt-encoder" version = "0.1.1" authors = ["Mohan "] description = "Rust BPE Encoder Decoder for GPT-2 / GPT-3" readme = "README.md" keywords = [ "gpt", "bpe", "encoder", "decoder", ] license = "MIT" repository = "https://github.com/mohanavel15/gpt-encoder" [dependencies.regex] version = "1.7.3" [dependencies.serde_json] version = "1.0.96"