# 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" rust-version = "1.60.0" name = "action-validator" version = "0.6.0" authors = ["Matt Palmer "] include = [ "/LICENCE", "/src/*.rs", "/src/schemastore/src/schemas/json/github-workflow.json", "/src/schemastore/src/schemas/json/github-action.json", ] description = "Validator for GitHub action and workflow YAML files" homepage = "https://github.com/mpalmer/action-validator" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/mpalmer/action-validator" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.glob] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4.5" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.17" [dependencies.valico] version = "4.0.0-rc.0" [dependencies.wasm-bindgen] version = "0.2.63" [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features] js = [ "console_error_panic_hook", "valico/js", ]