[package] name = "serde_kson" version = "0.4.1" edition = "2021" description = "An easy-to-use JSON library designed for developers familiar with scripting languages. Super flexible type conversion" license = "MIT" repository = "https://github.com/kinggunil/kson" documentation = "https://docs.rs/kson" homepage = "https://github.com/kinggunil/kson" [dependencies] serde_json = "1.0" rand = "0.8.5" chrono = "0.4.38"