# 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 = "2018" name = "postcss" version = "0.0.2" authors = ["迷渡 ", "CGQAQ "] description = "🚀 Fast and 100% API compatible postcss replacer" readme = "README.md" keywords = ["css", "syntax", "postcss", "parser", "ast"] license = "MIT" repository = "https://github.com/justjavac/postcss-rs" [profile.release] lto = true codegen-units = 1 debug = true panic = "abort" [lib] bench = false [[bin]] name = "postcss" bench = false [[bench]] name = "tokenizer_bench" harness = false [dependencies.memchr] version = "2.4" [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1.5.4" [dependencies.ropey] version = "1.3.1" [dependencies.serde] version = "1.0" features = ["derive", "std", "rc"] [dependencies.serde_json] version = "1.0.68" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "0.7.2"