# 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" rust-version = "1.62.0" name = "onlyerror" version = "0.1.4" authors = ["Jay Oster "] description = "Obsessively tiny error derive macro" readme = "README.md" keywords = [ "error", "derive", "error-handling", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/parasyte/onlyerror" [lib] proc-macro = true [[test]] name = "compile_and_fail" path = "compile_tests/compiler.rs" [dependencies.myn] version = "0.2" [dev-dependencies.error-iter] version = "0.4" [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1" [features] default = ["std"] std = []