1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "markup5ever" 15version = "0.8.1" 16authors = ["The html5ever Project Developers"] 17build = "build.rs" 18description = "Common code for xml5ever and html5ever" 19documentation = "https://docs.rs/markup5ever" 20categories = ["parser-implementations", "web-programming"] 21license = "MIT / Apache-2.0" 22repository = "https://github.com/servo/html5ever" 23 24[lib] 25path = "lib.rs" 26[dependencies.log] 27version = "0.4" 28 29[dependencies.phf] 30version = "0.7" 31 32[dependencies.string_cache] 33version = "0.7" 34 35[dependencies.tendril] 36version = "0.4" 37[build-dependencies.phf_codegen] 38version = "0.7.3" 39 40[build-dependencies.serde] 41version = "1.0" 42 43[build-dependencies.serde_derive] 44version = "1.0" 45 46[build-dependencies.serde_json] 47version = "1.0" 48 49[build-dependencies.string_cache_codegen] 50version = "0.4" 51