# 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 = "zengin" version = "1.0.3" authors = ["Hiroyuki Fudaba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust library for Zengin Code." homepage = "https://github.com/delihiros/zengin" documentation = "https://docs.rs/zengin/" readme = "README.md" keywords = [ "zengin", "bank", ] categories = ["finance"] license = "MIT" repository = "https://github.com/delihiros/zengin" [lib] name = "zengin" path = "src/lib.rs" doctest = false [dependencies.include_dir] version = "0.7.4" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"