# 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 = "railwind" version = "0.1.5" authors = ["pintariching"] description = "Tailwind compiler for utility classes written in Rust" homepage = "https://github.com/pintariching/railwind" readme = "README.md" keywords = [ "tailwind", "css", "compiler", ] license = "MIT" repository = "https://github.com/pintariching/railwind" resolver = "1" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "1.9.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.line-col] version = "0.2.1" [dependencies.regex] version = "1.7.1" [dependencies.ron] version = "0.8.0" features = ["indexmap"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dev-dependencies.walkdir] version = "2.3.2"