[package] name = "streamcore_chat_objects" version = "0.1.4" authors = ["exlted "] edition = "2021" license = "MIT" description = "Helper library for the StreamCore project" repository = "https://github.com/exlted/StreamCore" homepage = "https://github.com/exlted/StreamCore" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.137", features = ["derive"] }