# 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 = "arcgis_rust" version = "0.1.2" authors = ["dfridkin "] exclude = ["bin_tests/**"] description = "A Rust-based geospatial intelligence library inspired by ArcGIS Runtime." homepage = "https://github.com/dfridkin/arcGIS-Rust-runtime/" documentation = "https://docs.rs/arcgis_rust" readme = "README.md" license = "MIT" repository = "https://github.com/dfridkin/arcGIS-Rust-runtime/" [dependencies.geo] version = "0.22" [dependencies.geo-booleanop] version = "0.3.2" [dependencies.geojson] version = "0.23" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.wgpu] version = "0.12" [dependencies.winit] version = "0.26" [dev-dependencies.assert_approx_eq] version = "1.1" [features] custom_test_frameworks = [] default = [] map_view_test_bin = []