# 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 = "fwf-rs" version = "0.2.0" authors = ["Shayan Hashemi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fixed Width Format(FWF) reader and writer for Rust" homepage = "https://github.com/shshemi/fwf-rs" documentation = "https://docs.rs/fwf-rs/latest/fwf_rs/" readme = "README.md" keywords = [ "FWF", "Fixed-width", "Reader", "Writer", ] license-file = "LICENSE" repository = "https://github.com/shshemi/fwf-rs" [lib] name = "fwf_rs" path = "src/lib.rs" [dependencies.thiserror] version = "~1.0" [dev-dependencies.rand] version = "0.8.5"