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