[package] authors = ["Chris Morgan "] edition = "2018" license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" name = "remote-dom-client" version = "0.1.0" [features] default = ["svg", "document-fragment", "comment"] dictionaries = [] # CreateSvgElement opcode and corresponding create_svg_element method svg = [] # CreateDocumentFragment opcode and corresponding create_document_fragment method document-fragment = [] # CreateComment opcode and corresponding create_comment method comment = [] [profile.release] opt-level = "s"