Add unmaintained advisory for custom_derive

This commit is contained in:
John Vandenberg
2025-09-07 08:03:10 +08:00
committed by Dirkjan Ochtman
parent d6c6489daf
commit 15591dc0c7

View File

@@ -0,0 +1,20 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "custom_derive"
date = "2025-09-07"
url = "https://github.com/rustsec/advisory-db/issues/2199"
informational = "unmaintained"
[versions]
patched = []
```
# custom_derive crate is unmaintained
The `custom_derive` crate is no longer actively maintained. If you rely on this crate, consider switching to a maintained alternative.
## Recommended alternatives
- [`strum`](https://crates.io/crates/strum)
- [`macro-attr`](https://crates.io/crates/macro-attr)