# 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" version = "0.6.0" exclude = ["examples/images/*"] description = "A zero-copy parser for Beancount" 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" [dependencies.anyhow] version = "1.0.71" [dependencies.ariadne] version = "0.4.0" [dependencies.chumsky] version = "1.0.0-alpha.6" features = [ "label", "regex", ] [dependencies.either] version = "1.8.1" [dependencies.lazy_format] version = "2.0.0" [dependencies.logos] version = "0.14.0" [dependencies.protobuf] version = "3.4.0" [dependencies.rust_decimal] version = "1.29.1" [dependencies.rust_decimal_macros] version = "1.29.1" [dependencies.smallvec] version = "2.0.0-alpha.5" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.time] version = "0.3.28" [dependencies.unescaper] version = "0.1.4" [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.stats_alloc] version = "0.1.10" [dev-dependencies.test-case] version = "3.1.0" [dev-dependencies.time] version = "0.3.28" features = ["parsing"] [dev-dependencies.xflags] version = "0.3.1" [build-dependencies.protobuf-codegen] version = "3.4.0"