[[bin]]
name = "cjval"
path = "src/bin/cjval.rs"
required-features = ["build-binary"]
[[bin]]
name = "cjvalext"
path = "src/bin/cjvalext.rs"
required-features = ["build-binary"]
[dependencies.ansi_term]
optional = true
version = "0.12"
[dependencies.anyhow]
version = "1.0.31"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.indexmap]
version = "1.9.1"
[dependencies.jsonschema]
default-features = false
version = "0.19"
[dependencies.reqwest]
optional = true
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_with]
version = "3.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1"
[dependencies.url]
optional = true
version = "2.2.2"
[features]
build-binary = ["url", "ansi_term", "reqwest", "tokio"]
[lib]
name = "cjval"
path = "src/lib.rs"
[package]
authors = ["Hugo Ledoux <h.ledoux@tudelft.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Schema-validation of CityJSON+CityJSONSeq datasets"
edition = "2021"
homepage = "https://github.com/cityjson/cjval"
license = "MIT"
name = "cjval"
readme = "README.md"
repository = "https://github.com/cityjson/cjval"
version = "0.8.4"
[[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"