# 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 = "io-extra" version = "0.3.0" authors = ["Aatif Syed "] description = "An extension trait for `std::io::Error`, with shorthand constructors for various `std::io::ErrorKind`s." homepage = "https://github.com/aatifsyed/io-extra" documentation = "https://docs.rs/io-extra" readme = "README.md" keywords = [ "std", "error", "io", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/io-extra" [dependencies]