[package]
edition = "2021"
name = "beancount-parser-lima-python"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proof of concept Python bindings for beancount-parser-lima"
homepage = "https://github.com/tesujimath/beancount-parser-lima-python"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tesujimath/beancount-parser-lima-python"
[lib]
name = "beancount_parser_lima"
crate-type = ["cdylib"]
path = "src/lib.rs"
doc = false
[dependencies.beancount-parser-lima]
version = "0.9.0"
[dependencies.lazy_format]
version = "2.0.3"
[dependencies.pyo3]
version = "0.23.4"
features = [
"extension-module",
"rust_decimal",
"py-clone",
]
[dependencies.rust_decimal]
version = "1.36.0"
[dependencies.string-interner]
version = "0.19.0"
[dependencies.strum]
version = "0.27.1"
[dependencies.strum_macros]
version = "0.27.1"
[dependencies.time]
version = "0.3.37"