naviz-python 0.1.0

Python-interface for naviz
[package]
authors = ["FloezeTv <floeze@floeze.tv>"]
categories = []
description = "Python-interface for naviz"
edition = "2021"
keywords = ["naviz", "python"]
license = "AGPL-3.0-or-later"
name = "naviz-python"
repository.workspace = true
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
name = "naviz"

[dependencies]
futures = "0.3.31"
naviz-animator = {version="0.4.0", path = "../animator"}
naviz-import = {version="0.1.0", path = "../import", features = ["serde"]}
naviz-parser = {version="0.4.0", path = "../parser"}
naviz-repository = {version="0.1.0", path = "../repository"}
naviz-video = {version="0.3.0", path = "../video"}
pyo3 = "0.23.3"
serde = "1.0.217"
serde-pyobject = "0.5.0"