# 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 = "mfform-lib" version = "0.4.0" description = "A simple library for input form simulating mainframe input forms, think 3270." homepage = "https://github.com/thorhs/mfform" documentation = "https://docs.rs/mfform" license = "MIT" repository = "https://github.com/thorhs/mfform" [dependencies.anyhow] version = "1" [dependencies.crossterm] version = "0.27" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.log4rs_test_utils] version = "0.2"