# 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-core" version = "0.2.0" authors = ["Aster <192607617@qq.com>"] description = "Json Simplified Schema Core Interface" documentation = "https://docs.rs/jss-core" readme = "../../readme.md" license = "MPL-2.0" repository = "https://github.com/voml/jss" [dependencies.getrandom] version = "0.2.7" optional = true [dependencies.indexmap] version = "1.9.1" [dependencies.itertools] version = "0.10.3" [dependencies.js-sys] version = "0.3.58" optional = true [dependencies.json-value] version = "0.3.1" [dependencies.jsonschema] version = "0.16.0" features = ["draft202012"] default-features = false [dependencies.jss-pest] version = "0.4.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde-wasm-bindgen] version = "0.4.3" optional = true [dependencies.text-utils] version = "0.4.3" [dependencies.wasm-bindgen] version = "0.2.81" optional = true [features] default = [] wasm = ["getrandom", "getrandom/js", "js-sys", "serde-wasm-bindgen", "wasm-bindgen"]