# 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 = "proj4wkt" version = "0.1.0" authors = ["David Marteau "] exclude = [ "js/*", "Makefile.toml", "index.html", ] description = "Parse WKT to Proj strings" homepage = "https://github.com/3liz/proj4wkt/" documentation = "https://docs.rs/proj4wkt/" readme = "./README.md" keywords = [ "gis", "proj", "projection", "geography", "geospatial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/3liz/proj4wkt/" [profile.release] lto = true codegen-units = 1 [lib] crate_type = [ "cdylib", "rlib", ] [dependencies.log] version = "0.4" optional = true [dependencies.nom] version = "7.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.5" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [features] logging = ["log"] proj4js-compat = [] wasm-strict = [] [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"] [target.wasm32-unknown-unknown.dependencies.wee_alloc] version = "0.4"