# 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 = "outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c" version = "0.1.1" build = "build.rs" exclude = [ ".github", ".gitignore", "Justfile", "rustfmt.toml", "codecov.yml", ] description = "Augmentations for error propagation" readme = "README.md" keywords = [ "outcome", "result", "failure", "eyre", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/bruxisma/outcome" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] rustc-args = [ "--cfg", "docsrs", ] [profile.coverage] opt-level = 0 codegen-units = 1 panic = "abort" overflow-checks = false incremental = false inherits = "test" [lib] name = "outcome" path = "src/lib.rs" [dependencies.eyre] version = "0.6.5" optional = true [dependencies.miette] version = ">=3.0.0" optional = true [build-dependencies.rustversion] version = "1.0.6" [features] default = ["std"] diagnostic = [ "miette", "std", ] nightly = ["unstable"] report = [ "eyre", "std", ] std = [] unstable = []