# 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 = "fgbfile" version = "0.6.0" exclude = [".*"] description = "Create FlatGeobuf files" readme = "README.md" license = "MIT" repository = "https://github.com/p4ken/fgbfile" [dependencies.flatgeobuf] version = "4.1.*" default-features = false [dependencies.geo-types] version = "0.7.11" features = ["serde"] [dependencies.geoserde] version = "0.5.0" [dependencies.serde] version = "1.0.193" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dev-dependencies.geo-types] version = "0.7.11" [dev-dependencies.serde_derive] version = "1.0.193"