mtp/type-map/Cargo.toml
Alex Emmet c30315af94
Some checks failed
CI / checks (push) Failing after 2s
Clean
2026-08-27 16:55:52 +02:00

22 lines
526 B
TOML

[package]
name = "mtp-type-map"
version = "0.3.0"
edition = "2024"
build = "build.rs"
[features]
# Enables multi-version type-map constructors, builtin_type_maps(), and
# the Registry struct for version negotiation. Used by host, not client.
registry = []
pipes = []
[dependencies]
[build-dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
[package.metadata.cargo-machete]
# cargo-machete does not inspect build.rs, where both build dependencies are used.
ignored = ["serde", "serde_yaml"]