aoe2rec-py 0.1.21

Python package for the aoe2rec rust crate, which allows to parse Age of Empires II: Definitive Edition recorded games
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 = "aoe2rec-py"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python package for the aoe2rec rust crate, which allows to parse Age of Empires II: Definitive Edition recorded games"
readme = false
license = "MIT"

[lib]
name = "aoe2rec_py"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.aoe2rec]
version = "0.9.0"

[dependencies.bytes]
version = "1.9.0"

[dependencies.pyo3]
version = "~0.27.0"

[dependencies.pythonize]
version = "0.27.0"