# 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 = "css_dataset" version = "0.4.1" authors = ["Pig Fang "] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "vendor/css-functions/index.json", "vendor/css-properties/data/all.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CSS dataset about functions, properties, etc." readme = "README.md" keywords = [ "web", "css", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/g-plane/css_dataset" [lib] name = "css_dataset" path = "src/lib.rs" [features] autoprefixable = [] css_at_rules = [] css_functions = [] css_properties = [] default = [ "css_functions", "css_properties", "css_at_rules", "autoprefixable", "media_features", "pseudo_classes", "pseudo_elements", "tags", ] media_features = [] pseudo_classes = [] pseudo_elements = [] tags = []