# 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" rust-version = "1.70.0" name = "beancount-parser" version = "2.2.1" authors = ["Jonathan Cornaz"] description = "A beancount file parser library for rust" readme = "README.md" keywords = [ "parsing", "beancount", "accounting", ] categories = ["parser-implementations"] license = "Unlicense" repository = "https://github.com/jcornaz/beancount-parser" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "balance" required-features = ["miette"] [[bench]] name = "benchmark" harness = false [dependencies.miette] version = "5.10" optional = true [dependencies.nom] version = "7.1" features = ["std"] default-features = false [dependencies.nom_locate] version = "4.2" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.chumsky] version = "0.9.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.miette] version = "5.10" features = ["fancy"] [dev-dependencies.rstest] version = "0.19.0" default-features = false [dev-dependencies.rust_decimal] version = "1.35" default-features = false [badges.maintenance] status = "passively-maintained" [lints.clippy] pedantic = "warn" [lints.rust] future_incompatible = "deny" missing_docs = "warn" nonstandard_style = "deny" private_bounds = "deny" private_interfaces = "deny" rust_2018_idioms = "warn" unsafe_code = "deny"