[package] name = "jtg_gpt" version = "0.2.8" edition = "2021" include = [ "src/gpt.rs", "Cargo.toml" ] description = "a gpt lib for JTG use only (not really go ahead and use it if you really want)" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "0.11.22", features=["blocking"]} serde_json = "1.0.107" [lib] path = "src/gpt.rs"