# 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 = "overpunch" version = "0.3.0" description = "support for signed overpunch numbers" homepage = "https://github.com/capitalrx/overpunch" readme = "README.md" keywords = [ "overpunch", "cobol", "ibm", "mainframe", ] categories = [ "finance", "parsing", "value-formatting", ] license = "MIT" repository = "https://github.com/capitalrx/overpunch" [[bench]] name = "benchmark" harness = false [dependencies.rust_decimal] version = "1.36.0" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.test-log] version = "0.2.16" features = ["trace"]