# 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 = "2018" name = "geojson" version = "0.24.1" authors = ["The GeoRust Developers "] description = "Read and write GeoJSON vector geographic data" documentation = "https://docs.rs/geojson/" readme = "README.md" keywords = [ "geojson", "gis", "json", "geo", ] license = "MIT/Apache-2.0" repository = "https://github.com/georust/geojson" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "parse" harness = false [[bench]] name = "serialize" harness = false [[bench]] name = "to_geo_types" harness = false [dependencies.geo-types] version = "0.7" features = ["serde"] optional = true [dependencies.log] version = "0.4.17" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.num-traits] version = "0.2" [features] default = ["geo-types"]