[package]
name = "html5lib_tests"
authors = ["Martin Fischer <martin@push-f.com>", "Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
description = "Deserializable types for the .test files from html5lib-tests."
version = "0.0.0"
edition = "2021"
publish = false # prevent accidental publishes until it's ready to be published

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.71"