# 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 = "sie4" version = "0.1.1" authors = ["akeamc"] description = "SIE4 parser" keywords = [ "sie4", "nom", "parser", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/akeamc/sie4" [dependencies.codepage-437] version = "0.1" [dependencies.iso_currency] version = "0.4" [dependencies.memchr] version = "2.5" [dependencies.nom] version = "7.1" [dependencies.nom-bufreader] version = "0.2" default-features = false [dependencies.nom_locate] version = "4.1" [dependencies.paste] version = "1.0" [dependencies.rust_decimal] version = "1.29" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "parsing", "macros", ] [dev-dependencies.rust_decimal_macros] version = "1.29"