# 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 = "jss" version = "0.6.2" authors = ["Jovansonlee Cesar "] description = "Create dynamic css easily using json notation" documentation = "https://docs.rs/jss" readme = "README.md" keywords = [ "html", "css", "web", ] license = "MIT" repository = "https://github.com/ivanceras/jss" [dependencies.json] version = "0.12" [dependencies.once_cell] version = "1.8" [dependencies.phf] version = "0.11.0" features = ["macros"] [features] default = [] strict = [] [badges.maintenance] status = "actively-developed"