# 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 = "japan-geoid" version = "0.4.1" authors = [ "Taku Fukada ", "MIERUNE Inc. ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculates geoid heights for Japan using GSI's geoid model." readme = "README.md" categories = [ "science", "science::geo", ] license = "MIT" repository = "https://github.com/MIERUNE/japan-geoid" [profile.dev.package."*"] opt-level = 1 [lib] name = "japan_geoid" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "convert_asc_to_bin_lz4" path = "examples/convert_asc_to_bin_lz4.rs" [[example]] name = "use_embedded_gsigeo2011" path = "examples/use_embedded_gsigeo2011.rs" [dependencies.lz4_flex] version = "0.11.1" default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.84" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.34"