# 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 = "yaml-validator" version = "0.2.0" authors = ["Mathias Pius "] description = "A library for validating YAML against YAML-defined schemas" readme = "README.md" keywords = [ "YAML", "validation", "schema", ] license = "MIT" repository = "https://github.com/MathiasPius/yaml-validator" [dependencies.regex] version = "1.5.4" optional = true [dependencies.smallvec] version = "1.8.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.yaml-rust] version = "0.4.5" [features] default = [ "regex", "smallvec", ] regex = ["dep:regex"] smallvec = ["dep:smallvec"]