Files
Notes/notes-service/vendor/markup5ever/Cargo.toml
T
2026-08-01 16:11:49 +03:00

46 lines
1.1 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.71.0"
name = "markup5ever"
version = "0.36.1"
authors = ["The html5ever Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common code for xml5ever and html5ever"
documentation = "https://docs.rs/markup5ever"
readme = false
categories = [
"parser-implementations",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
[lib]
name = "markup5ever"
path = "lib.rs"
[dependencies.log]
version = "0.4"
[dependencies.tendril]
version = "0.4.3"
[dependencies.web_atoms]
version = "0.2"