tp-lib-core 0.0.1

Core library for GNSS track axis projection with spatial indexing
Documentation
[[bench]]
harness = false
name = "naive_baseline_bench"
path = "benches/naive_baseline_bench.rs"

[[bench]]
harness = false
name = "projection_bench"
path = "benches/projection_bench.rs"

[dependencies.arrow]
version = "53.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.crs-definitions]
version = "0.3.1"

[dependencies.csv]
version = "1.3"

[dependencies.geo]
version = "0.28"

[dependencies.geojson]
version = "0.24"

[dependencies.polars]
version = "0.44"

[dependencies.proj4rs]
version = "0.1.9"

[dependencies.rstar]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.quickcheck]
version = "1.0"

[features]
default = []

[lib]
name = "tp_lib_core"
path = "src/lib.rs"

[package]
authors = ["Mathias Vanden Auweele <mathias@matdata.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::geo", "algorithms"]
description = "Core library for GNSS track axis projection with spatial indexing"
documentation = "https://docs.rs/tp-lib-core"
edition = "2021"
keywords = ["gnss", "gps", "railway", "geospatial", "projection"]
license = "Apache-2.0"
name = "tp-lib-core"
readme = "README.md"
repository = "https://github.com/Matdata-eu/tp-lib"
version = "0.0.1"

[[test]]
name = "contract"
path = "tests/contract.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"