# 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" name = "generational-arena-dom" version = "0.1.0" description = "A DOM implementation for html5ever that uses generational-arenas." readme = "README.md" keywords = [ "html5ever", "dom", "arena", ] license = "MIT" repository = "https://github.com/ethanhs/generational-arena-dom" [dependencies.generational-indextree] version = "^1.1" [dependencies.markup5ever] version = "^0.11"