# 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 = "jgd" version = "0.3.0" build = false exclude = [ ".*", "Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Transform geodetic datums used in Japan" documentation = "https://docs.rs/jgd" readme = "README.md" keywords = [ "TKY2JGD", "PatchJGD", "JGD2000", "JGD2011", ] license = "MIT" repository = "https://github.com/p4ken/jgd" [lib] name = "jgd" path = "src/lib.rs" [[test]] name = "degrees" path = "tests/degrees.rs" [[test]] name = "dms" path = "tests/dms.rs" [[test]] name = "patchjgd" path = "tests/patchjgd.rs" [[test]] name = "proj" path = "tests/proj.rs" [[test]] name = "testing" path = "tests/testing.rs" [[test]] name = "tky2jgd" path = "tests/tky2jgd.rs" [dependencies] [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.geo] version = "0.28.0" [features] default = [ "tky2jgd", "patchjgd", ] patchjgd = [] tky2jgd = []