# 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.66" name = "proj4rs" version = "0.1.5" authors = ["David Marteau "] build = false exclude = [ "js/*", "Makefile.toml", "ol-proj4rs-demo-app", "fixtures", ".docker", "PROJ4_General_Parameters.pdf", "index.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust adaptation of Proj4" homepage = "https://github.com/3liz/proj4rs/" documentation = "https://docs.rs/proj4rs/" readme = "README.md" keywords = [ "gis", "proj", "projection", "geography", "geospatial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/3liz/proj4rs/" [profile.release] lto = true codegen-units = 1 [lib] name = "proj4rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "nadinfos" path = "src/bin/nadinfos.rs" [[bin]] name = "projdbg" path = "src/bin/projdbg.rs" [[example]] name = "rsproj" path = "examples/rsproj.rs" [[test]] name = "proj4js_tests" path = "tests/proj4js_tests.rs" [[bench]] name = "bench_proj" path = "benches/bench_proj.rs" harness = false [dependencies.crs-definitions] version = "0.3" features = ["proj4"] optional = true default-features = false [dependencies.geo-types] version = "0.7.12" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.5" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [features] default = ["multi-thread"] geo-types = ["dep:geo-types"] local_tests = [] logging = ["log"] multi-thread = ["lazy_static"] proj4js-compat = [] wasm-strict = [] with-wasm-entrypoint = [] [target.wasm32-unknown-unknown.dependencies.console_log] version = "1.0" [target.wasm32-unknown-unknown.dependencies.js-sys] version = "0.3" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2" [target.wasm32-unknown-unknown.dependencies.web-sys] version = "0.3" features = ["console"]