+++ /dev/null
-# Copyright 2021-2022 Ian Jackson and contributors to Hippotat
-# SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
-# There is NO WARRANTY.
-
-[package]
-name = "hippotat-macros"
-version = "1.3.3"
-edition = "2018"
-description="Asinine HTTP-over-IP, proc-macros"
-license="GPL-3.0-or-later"
-# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
-repository="https://salsa.debian.org/iwj/hippotat"
-homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
-
-[dependencies]
-syn = { version = ">= 1, < 3", features=["extra-traits"] }
-proc-macro2 = "1"
-quote = "1"
-
-[lib]
-path = "macros.rs"
-proc-macro = true
+++ /dev/null
-// Copyright 2021-2022 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
-// There is NO WARRANTY.
-
-//! Hippotat - proc macros - obsolete crate
-//!
-//! This crate was an internal detail of hippotat.
-//!
-//! It is no longer needed. This version is an empty tombstone crate.
-//!
-//! Also, it does not adhere to semver.
-
-#![allow(clippy::style)]
-
-#![allow(clippy::expect_fun_call)]
-#![allow(clippy::map_flatten)]
-#![allow(clippy::single_char_pattern)]
-