# 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 = "css-parser" version = "0.2.0" authors = ["Ben "] description = "CSS parser and compiler written in Rust. Can be used as standalone library or cli tool" keywords = ["css"] categories = ["compilers"] license = "MIT" repository = "https://github.com/kaleidawave/css-parser" [lib] name = "css_parser" path = "src/lib.rs" [[bin]] name = "css_parser_cli" path = "src/bin.rs" required-features = ["cli"] [dependencies.argh] version = "0.1.6" optional = true [dependencies.base64] version = "0.13.0" optional = true [dependencies.codespan-reporting] version = "0.11.1" optional = true [dependencies.console] version = "0.14.0" [dependencies.derive_more] version = "0.99.16" [dependencies.source-map] version = "0.5.0" [dependencies.tokenizer-lib] version = "1.2.0" [features] cli = ["argh", "base64", "codespan-reporting"]