# SPDX-FileCopyrightText: 2024 Topola contributors # # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "topola-rules" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/topola/topola" [package.metadata.docs.rs] features = ["serde"] [dependencies] [dependencies.serde] version = "1.0" features = ["derive", "alloc"] default-features = false optional = true