noson 0.1.4

Generate random JSON values from a JSON Schema
Documentation
# 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 = "2024"
name = "noson"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate random JSON values from a JSON Schema"
readme = "README.md"
keywords = [
    "json-schema",
    "json",
    "generator",
    "testing",
    "fake-data",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/glennib/noson"

[lib]
name = "noson"
path = "src/lib.rs"

[dependencies.jiff]
version = "0.2"

[dependencies.rand]
version = "0.10.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.jsonschema]
version = "0.44.0"