beancount-parser-lima-python 0.9.0

Proof of concept Python bindings for beancount-parser-lima
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 = "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"