cjval 0.9.0

Schema-validation of CityJSON/Seq datasets
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 = "2021"
name = "cjval"
version = "0.9.0"
authors = ["Hugo Ledoux <h.ledoux@tudelft.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema-validation of CityJSON/Seq datasets"
homepage = "https://github.com/cityjson/cjval"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cityjson/cjval"

[features]
build-binary = [
    "url",
    "ansi_term",
    "reqwest",
    "tokio",
    "ratatui",
    "crossterm",
    "textwrap",
]

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

[[bin]]
name = "cjval"
path = "src/bin/cjval.rs"
required-features = ["build-binary"]

[[bin]]
name = "cjvalext"
path = "src/bin/cjvalext.rs"
required-features = ["build-binary"]

[[test]]
name = "attributes"
path = "tests/attributes.rs"

[[test]]
name = "cityjsonfeature"
path = "tests/cityjsonfeature.rs"

[[test]]
name = "duplicate_keys"
path = "tests/duplicate_keys.rs"

[[test]]
name = "duplicate_vertices"
path = "tests/duplicate_vertices.rs"

[[test]]
name = "extensions"
path = "tests/extensions.rs"

[[test]]
name = "invalid_json"
path = "tests/invalid_json.rs"

[[test]]
name = "material"
path = "tests/material.rs"

[[test]]
name = "nonascii"
path = "tests/nonascii.rs"

[[test]]
name = "parents_children_consistency"
path = "tests/parents_children_consistency.rs"

[[test]]
name = "semantic_arrays"
path = "tests/semantic_arrays.rs"

[[test]]
name = "semantic_surfaces"
path = "tests/semantic_surfaces.rs"

[[test]]
name = "texture"
path = "tests/texture.rs"

[[test]]
name = "unused_vertices"
path = "tests/unused_vertices.rs"

[[test]]
name = "wrong_vertex_index"
path = "tests/wrong_vertex_index.rs"

[dependencies.ansi_term]
version = "0.12"
optional = true

[dependencies.anyhow]
version = "1.0.31"

[dependencies.clap]
version = "4.5.4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.indexmap]
version = "1.9.1"

[dependencies.jsonschema]
version = "0.19"
default-features = false

[dependencies.ratatui]
version = "0.29"
optional = true

[dependencies.reqwest]
version = "0.12"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.0"

[dependencies.textwrap]
version = "0.16"
optional = true

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.url]
version = "2.2.2"
optional = true