# 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 = "mapsforge-rs" version = "0.1.0" authors = ["Chetan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust parser for Mapsforge binary map files" readme = "README.md" keywords = [ "mapsforge", "maps", "osm", "parser", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/ChetanXpro/mapsforge-rs" [lib] name = "mapsforge_rs" path = "src/lib.rs" [[test]] name = "header_test" path = "tests/header_test.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.tempfile] version = "3.8"