# 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 = "float-pigment-mlp" version = "0.2.0" authors = [ "LastLeaf ", "TtTRz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing utilities for float-pigment. Should not be used by modules of other projects." homepage = "https://github.com/wechat-miniprogram/float-pigment" readme = "README.md" keywords = [ "CSS", "flexbox", "layout", ] categories = [ "gui", "wasm", ] license = "MIT" repository = "https://github.com/wechat-miniprogram/float-pigment" [lib] name = "float_pigment_mlp" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.htmlstream] version = "0.1.3" [dependencies.regex] version = "1.8.4" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.166" features = [ "derive", "rc", ] [dependencies.serde_derive] version = "1.0.166" [dependencies.serde_json] version = "1.0.99" [dependencies.xmlparser] version = "0.13.5" [features] default = [] htmlstream = [] [lints.clippy] clone_on_copy = "allow" collapsible_else_if = "allow" get_first = "allow" let_and_return = "allow" redundant_closure = "allow" single_match = "allow" while_let_on_iterator = "allow"