[package]
edition = "2021"
name = "thrust-py"
version = "0.2.2"
authors = ["Xavier Olive <git@xoolive.org>"]
build = false
exclude = [
"__pycache__",
"**/__pycache__",
"**/__pycache__/**",
"*.pyc",
"**/*.pyc",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python binding to trafficrs core functions (Rust version of traffic)"
readme = "readme.md"
license = "MIT"
repository = "https://github.com/xoolive/thrust"
[lib]
name = "thrust_py"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.44"
[dependencies.numpy]
version = "0.27.1"
[dependencies.pyo3]
version = "0.27.2"
[dependencies.serde_json]
version = "1"
[dependencies.traffic-thrust]
version = "0.2.2"