thrust-py 0.2.2

Python binding to trafficrs core functions (Rust version of traffic)
Documentation
# 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"
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"