[dependencies.pyo3]
features = ["extension-module"]
version = "0.21"
[dependencies.tp-lib-core]
version = "0.0.1"
[lib]
crate-type = ["cdylib"]
name = "tp_lib"
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 = ["api-bindings"]
description = "Python bindings for tp-lib-core GNSS projection library"
edition = "2021"
keywords = ["gnss", "gps", "railway", "python", "pyo3"]
license = "Apache-2.0"
name = "tp-lib-py"
readme = "README.md"
repository = "https://github.com/Matdata-eu/tp-lib"
version = "0.0.1"