error: cannot find derive macro `Deserialize` in this scope code example
Example: error: cannot find derive macro `Deserialize` in this scope
Take a look at where it says "Click to show Cargo.toml" in the readme, or check out https://serde.rs/derive.html. It looks like you haven't enabled the "derive" feature.