cjval 0.3.1

CityJSON validator
Documentation
[[bin]]
name = "cjval"
path = "src/bin/cjval.rs"
required-features = ["build-binary"]
[dependencies.ansi_term]
optional = true
version = "0.12"

[dependencies.anyhow]
version = "1.0.31"

[dependencies.clap]
default-features = false
features = ["suggestions", "color", "wrap_help"]
version = "2"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "1.10.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"]

[package]
authors = ["Hugo Ledoux <h.ledoux@tudelft.nl>"]
description = "CityJSON validator"
edition = "2018"
homepage = "https://github.com/cityjson/cjval"
license = "MIT/Apache-2.0"
name = "cjval"
readme = "README.md"
repository = "https://github.com/cityjson/cjval"
version = "0.3.1"