# 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 = "novelai_api" version = "0.2.2" authors = ["Allstreamer"] description = "A Rust based interface for working with the NovelAI API" homepage = "https://github.com/nai-tools/novelai_api" documentation = "https://docs.rs/novelai_api/" readme = "README.md" keywords = [ "novelai", "api", ] categories = ["api-bindings"] license = "GPL-2.0" repository = "https://github.com/nai-tools/novelai_api" [dependencies.bytes] version = "1.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.58" [dependencies.url] version = "2.5.0"