The crate's code uses `extern crate serde_derive` without `#[cfg(feature = "json")]`, meaning that it doesn't compile if the `json` feature is disabled.
The crate's code uses
extern crate serde_derivewithout#[cfg(feature = "json")], meaning that it doesn't compile if thejsonfeature is disabled.