# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "avaro" version = "0.0.2-alpha.1" authors = ["Kilerd "] build = "build.rs" description = "a plain text double-accounting tool which is compatible with avaro but more powerful" license = "MIT" [dependencies.bigdecimal] version = "0.2.0" features = ["serde"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.indexmap] version = "1.6.0" features = ["serde-1"] [dependencies.itertools] version = "0.9.0" [dependencies.lalrpop-util] version = "0.19.1" [dependencies.regex] version = "1.4.1" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.snailquote] version = "0.3.0" [dependencies.strum] version = "0.19.5" features = ["derive"] [dependencies.strum_macros] version = "0.19.4" [dependencies.thiserror] version = "1.0.21" [dependencies.unicode_categories] version = "0.1.1" [build-dependencies.lalrpop] version = "0.19.1" features = ["lexer"]