[package] name = "serde-util" version = "0.3.0" authors = ["SoniEx2 "] license-file = "LICENSE.txt" description = "Soni's Serde Utilities" edition = "2018" repository = "https://soniex2.autistic.space/git-repos/serde-util.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } [dev-dependencies] serde_json = "1.0"