# 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" rust-version = "1.70" name = "geodesy" version = "0.13.0" authors = ["Thomas Knudsen "] default-run = "kp" description = "A platform for experiments with geodetic transformations and data flow" readme = "README.md" keywords = [ "geospatial", "geodesy", "cartography", "geography", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/busstoptaktik/geodesy/" [profile.release] lto = true strip = true [lib] name = "geodesy" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "kp" required-features = ["binary"] [dependencies.anyhow] version = "1.0.0" optional = true [dependencies.clap] version = "4.5.0" features = ["derive"] optional = true [dependencies.clap-verbosity-flag] version = "2.2.0" optional = true [dependencies.dirs] version = "5.0.0" optional = true [dependencies.env_logger] version = "0.11.3" optional = true [dependencies.float_eq] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0.50" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.clap] version = "4.5.0" features = ["derive"] [dev-dependencies.dirs] version = "5.0.1" [dev-dependencies.env_logger] version = "0.11.3" [features] binary = [ "dirs", "clap", "clap-verbosity-flag", "env_logger", "anyhow", ] default = [ "binary", "with_plain", ] js = ["uuid/js"] with_plain = ["dirs"] [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2" [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] version = "0.2"