# 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] edition = "2018" name = "maybe-unwind" version = "0.3.1" authors = ["Yusuke Sasaki "] build = "build.rs" include = ["/build.rs", "/src/**/*.rs", "/tests/**/*.rs", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE*", "/README.md"] description = "A wrapper of catch_unwind that also captures the panic information.\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ubnt-intrepid/maybe-unwind.git" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docs"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.futures-core] version = "0.3" optional = true [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-fmt"] [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.version-sync] version = "0.8" [features] default = ["futures"] futures = ["futures-core"]