# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "arc-io-error" version = "0.1.1" authors = ["Michael Smith "] description = "A version of std::io::Error implemented on top of Arc instead of Box, making it\ncloneable.\n" homepage = "https://github.com/spinda/arc-io-error" documentation = "https://docs.rs/arc-io-error/0.1.1" readme = "README.md" keywords = ["io", "error", "arc", "clone"] categories = ["rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/spinda/arc-io-error" [badges.appveyor] repository = "spinda/arc-io-error" [badges.travis-ci] repository = "spinda/arc-io-error"