# 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 = "neuro-sama" version = "0.4.0" authors = ["chayleaf "] description = "A crate that implements the Neuro-sama game API" readme = "README.md" keywords = [ "api", "gamedev", "json", "protocol", ] categories = ["game-development"] license = "0BSD OR MIT OR Apache-2.0" repository = "https://github.com/chayleaf/rust-neuro-sama-game-api/" [dependencies.json5] version = "0.4.1" [dependencies.neuro-sama-derive] version = "0.1.1" [dependencies.schemars] version = "0.8.21" default-features = false [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.6" [dependencies.tungstenite] version = "0.24.0" default-features = false [dev-dependencies.schemars] version = "0.8.21" [features] default = [] proposals = []