# 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 = "postcss_value_parser" version = "0.0.1" authors = ["the postcss-rs authors"] description = "Transforms css values into the tree" readme = "README.md" keywords = ["css", "syntax", "postcss", "parser", "ast"] license = "MIT" repository = "https://github.com/postcss-rs/postcss-rs-value-parser" resolver = "2" [profile.bench] lto = true codegen-units = 1 debug = true panic = "abort" [profile.release] lto = true codegen-units = 1 debug = true panic = "abort" [lib] bench = false [dependencies] [dev-dependencies]