# 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 = "styrus" version = "0.1.2" authors = ["Jan Willems "] description = "Stylus css compiler in Rust." homepage = "https://github.com/jw/styrus" documentation = "https://github.com/jw/styrus" readme = "README.md" keywords = ["styrus", "compiler", "css", "stylus"] categories = ["compilers", "command-line-utilities", "web-programming", "encoding"] license = "AGPL-3.0-or-later" repository = "https://github.com/jw/styrus" [[bin]] name = "styrus" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.log] version = "0.4.14" [dependencies.pest] version = "2.1.0" [dependencies.pest_derive] version = "2.1.0" [dependencies.pretty_env_logger] version = "0.4.0"