Code dump
[remote-dom-vm] / rust-client / Cargo.toml
1 [package]
2 authors = ["Chris Morgan <me@chrismorgan.info>"]
3 edition = "2018"
4 license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
5 name = "remote-dom-client"
6 version = "0.1.0"
7
8 [features]
9 default = ["svg", "document-fragment", "comment"]
10 dictionaries = []
11 # CreateSvgElement opcode and corresponding create_svg_element method
12 svg = []
13 # CreateDocumentFragment opcode and corresponding create_document_fragment method
14 document-fragment = []
15 # CreateComment opcode and corresponding create_comment method
16 comment = []
17
18 [profile.release]
19 opt-level = "s"