# 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 = "mortem" version = "0.3.0" description = "Easy self-deleting executables" homepage = "https://docs.rs/mortem" readme = "README.md" keywords = [ "async", "cleanup", "self-deleting", "executable", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/mibmo/mortem" resolver = "2" [[example]] name = "tracing" required-features = ["tracing"] [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.async-std] version = "1.12" features = ["attributes"] default-features = true [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.15" features = ["fmt"] default-features = true [features] default = [] tracing = ["dep:tracing"]