# 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 = "stac-validate" version = "0.3.0" authors = ["Pete Gadomski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Validate STAC objects with jsonschema" homepage = "https://github.com/stac-utils/stac-rs" readme = "README.md" keywords = [ "geospatial", "stac", "metadata", "geo", "raster", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stac-utils/stac-rs" [lib] name = "stac_validate" path = "src/lib.rs" [[test]] name = "examples" path = "tests/examples.rs" required-features = ["blocking"] [[test]] name = "migrate" path = "tests/migrate.rs" required-features = ["blocking"] [dependencies.jsonschema] version = "0.20" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.stac] version = "0.10.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.geojson] version = "0.24" [dev-dependencies.rstest] version = "0.22" [dev-dependencies.stac] version = "0.10.0" features = ["geo"] [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4" [features] blocking = ["tokio/rt"]