# 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.6.0" description = "Python bindings for beancount-parser-lima" homepage = "https://github.com/tesujimath/beancount-parser-lima" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tesujimath/beancount-parser-lima" [lib] name = "beancount_parser_lima" crate-type = ["cdylib"] doc = false [dependencies.beancount-parser-lima] version = "0.6.0" [dependencies.lazy_format] version = "2.0.0" [dependencies.pyo3] version = "0.21.0" features = [ "extension-module", "rust_decimal", ] [dependencies.rust_decimal] version = "1.29.1" [dependencies.smallvec] version = "2.0.0-alpha.4" [dependencies.string-interner] version = "0.15.0" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.time] version = "0.3.28"