# 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.8.1" authors = ["Hugo Ledoux "] description = "Schema-validation of CityJSON+CityJSONSeq datasets" homepage = "https://github.com/cityjson/cjval" readme = "README.md" license = "MIT" repository = "https://github.com/cityjson/cjval" [[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] version = "0.12" optional = true [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.indexmap] version = "1.9.1" [dependencies.jsonschema] version = "0.17.0" default-features = false [dependencies.reqwest] version = "0.11.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "2.0.0" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.url] version = "2.2.2" optional = true [features] build-binary = [ "url", "ansi_term", "reqwest", "tokio", ]